0

我正在尝试使用上述方法调用 requestLocationUpdates:

locationUpdateRequester.requestLocationUpdates(900000, 75, criteria, locationListenerPendingIntent);

当它在设备覆盖约 15 分钟和 75 米距离后再次调用 requestLocationUpdates 时?

4

1 回答 1

1

它每隔 15 分钟检查一次距离的变化。每当距离超过 75 米时,就会调用 onLocationChanged()。

于 2013-05-04T07:20:02.737 回答