需要 Android 上的 GPS 定位帮助
我需要一个简单的代码片段,可以执行以下操作。 我需要一个可以执行以下操作的函数。
- 检查 GPS 是否启用。如果未启用,则启用它。
- 检查当前位置,即获取经度和纬度
- 禁用 GPS。
我不需要像 LocationListener 那样持续更新位置。 15 分钟一次就可以了。 有人可以为此提供工作代码片段吗?
I need a simple code snippet which can do the following.
I need a function which can do the following.
- check if GPS is enabled. If not enabled, then enable it.
- check for the current location, i.e get longitude and latitude
- Disable the GPS.
I don't need the continuous location update like LocationListener. Just once in 15 mins is ok.
can anybody provide me working code snippet for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启用 GPS:
禁用 GPS
检查 GPS 是否打开。
用于获取当前位置。
For enabling GPS:
For disabling GPS
To check GPS is on or not.
For getting current location.