Windows Phone 7 - 模拟器上的 GeoCoordinate.Speed

发布于 2024-12-03 17:21:36 字数 400 浏览 0 评论 0原文

测试 GeoCooperative 类 (http://msdn.microsoft.com/en-us/library/system.device.location.geocooperative.aspx?wa=wsignin1.0) 时发现模拟器上的 Lovacation.Speed 属性返回 NaN 值(纬度) ,经度有效)。

还测试 MS 示例 - http://create.msdn.com/en- US/education/catalog/sample/geolocation(也是速度的 NaN 值)。

在模拟器中模拟\测试速度的最佳方法是什么?

When testing GeoCoordinate Class (http://msdn.microsoft.com/en-us/library/system.device.location.geocoordinate.aspx?wa=wsignin1.0) find that Lovacation.Speed property on emulator return NaN value (latitude, longitude works).

Also test MS sample - http://create.msdn.com/en-US/education/catalog/sample/geolocation (also NaN value for speed).

What is the best way to emulate\test speed in emulator?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

反差帅 2024-12-10 17:21:36

基本思想是为 IGeoPositionWatcher 创建一个自己的实现。在 SharpGis 上,您找到一个从起点生成随机数据并根据行驶距离计算速度的系统。
或者,如果您有 GPX 文档,您可以创建一个从 GPX 文件返回数据的实现。

The basis idea is to create an own implementation for IGeoPositionWatcher. On SharpGis you find one which generates random data from a starting point and calculate the speed based on the traveled distance.
Alternatively if you have a GPX document you can create an implentation which returns the data from the GPX file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文