如何在 Windows Phone 7 中以编程方式打开和关闭 GPS
到目前为止,要在 Wp7 中打开和关闭 GPS 设备,我是在“设置”菜单中进行的。想知道这是否可以用代码完成?
谢谢
---------- 更新
抱歉造成混乱。我真正的意思不是打开和关闭 GPS,而是如何在 Wp7 的“设置”菜单中打开和关闭“位置”。
So far, to turn on and off the GPS device in Wp7, I do it in Settings Menu. Wonder If this can be done in code?
Thanks
---------- Update
Sorry for the confusion. Instead of turning GPS on and off, What I really mean is how to turn on and off the LOCATION in the Settings Menu of Wp7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以获取 GPS 数据< /a> 但您无法通过应用程序打开或关闭传感器。
您在应用程序中最多可以执行的操作是 开始获取地理位置数据并停止它。
You can get the GPS data but you are not able to turn the sensor on or off via your application.
The most you can do in your application is start the geolocation data acquisition and stop it.
Windows Phone 7 应用程序不应更改手机的全局设置。
您的应用程序中应该有自己的设置页面,并带有自己的开关来决定您的应用程序是否应使用位置数据。
然后在访问位置数据之前检查您的设置。
为什么要在全球范围内关闭它?
Windows Phone 7 apps should not change global settings for the phone.
You should have your own settings page in your app, with it's own toggle for whether or not your app should use the location data.
Then you check your setting before you access the location data.
Why would you want to turn it off globally?