仅在单击按钮时获取当前 GPS 位置,然后停止使用 GPS
Posted
技术标签:
【中文标题】仅在单击按钮时获取当前 GPS 位置,然后停止使用 GPS【英文标题】:get current GPS location only when button is clicked and stop using GPS after that 【发布时间】:2017-06-19 23:00:51 【问题描述】:我想在单击按钮时获取设备的当前 GPS 位置。我不希望我的应用不断检查位置更新。那么有什么方法可以仅在单击按钮并在此之后停止使用 GPS 时获取设备的当前 GPS 位置?
【问题讨论】:
developer.android.com/training/location/retrieve-current.html 【参考方案1】:是的,这很简单。如果您查看developer documentation,您只需在获得位置后请求“停止位置更新”。在示例中,您将在onLocationChanged
中调用stopLocationUpdates
。
【讨论】:
以上是关于仅在单击按钮时获取当前 GPS 位置,然后停止使用 GPS的主要内容,如果未能解决你的问题,请参考以下文章