- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
由于 Windows Phone 8 使用不同的提供程序(如网络、WiFi、GPS)来获取位置。是否可以专门从指定的提供商处获取位置?具体来说,如果我只需要来自 GPS 的位置,我应该使用哪个 API?
在 Android 中,可以从特定提供商处找到位置,在 WP8 中寻找相同的功能。
How to use the .NET Location API for Windows Phone 8
The Microsoft Location Service allows you to create location-aware applications for Windows Phone. The service obtains location data from multiple sources such as GPS, Wi-Fi, and cellular. It can use one or more of these sources to deduce the location of the Windows Phone, balancing performance with power utilization depending on an application’s needs.
最佳答案
使用哪种方法(GPS、Wi-Fi 和蜂窝网络)取决于为地理定位器设置的属性。 DesiredAccuracy和 DesiredAccuracyInMeters是这里的关键。当 DesiredAccuracy 设置为高时,它将使用设备上可用的最佳方式。同样,当 DesiredAccuracyInMeters 小于 100 时。
请注意,当 DesiredAccuracy 设置为 high 时地理定位器将:
Deliver the most accurate report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth. An accuracy level of High may degrade system performance and should be used only when necessary.
关于android - 如何从 Windows Phone 8 中的特定提供商获取位置信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22140432/
我是一名优秀的程序员,十分优秀!