本文介绍了如何在Android中每5秒查找一次我的当前位置(纬度+经度)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试了许多代码段,但是所有示例都花了太多时间来提供纬度和经度.
我想每5秒钟获得一次当前的纬度.
解决方案
您可以使用
I tried many code snippets but all the example takes too much time to provide latitude and longitude .
I want to get current latitude in every 5 seconds .
解决方案
You can use this post to achieve what you are looking for. Look at the setInterval(5000) will do that
这篇关于如何在Android中每5秒查找一次我的当前位置(纬度+经度)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!