Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,我每 10 分钟通过以下方式从我的 android 手机获取 GPS 位置:
locationManager.requestLocationUpdates(provider, 400, 600000, this);
当手机移动时,我希望更频繁地接收位置更新。
对于这个问题,我有两个问题:
如果您没有获得最新的坐标,我想我可以建议您在此存储本地数据库中上次访问的坐标 取出保存在数据库中的坐标以及消息
"Person is moving "-- I know This is not your Answer But it can be a guess that mobile is moving