标签: android geolocation gps android-gps
我希望在点击按钮时获取设备的当前GPS位置。我不希望我的应用程序不断检查位置更新。那么有没有办法只在点击按钮时获取设备的当前GPS位置并在此之后停止使用GPS?
答案 0 :(得分:0)
是的,这很简单。如果你看一下developer documentation,你只需要请求"停止位置更新"一旦你有一个位置。在示例中,您可以在stopLocationUpdates中调用onLocationChanged。
stopLocationUpdates
onLocationChanged