我正在尝试使用上面的方法调用requestLocationUpdates:
locationUpdateRequester.requestLocationUpdates(900000, 75, criteria, locationListenerPendingIntent);
当它在大约15分钟后再次呼叫requestLocationUpdates并且75米距离被设备覆盖?
答案 0 :(得分:1)
每15分钟检查一次距离的变化。 只要距离增加到75米以上,就会调用onLocationChanged()。