如何在WP7中获取仿真器设备的当前纬度和经度值?

时间:2011-08-22 14:49:08

标签: windows-phone-7 geolocation mobile-emulator

是否有选项可以找到模拟器的位置?我只需要在地图中绘制设备的位置。

2 个答案:

答案 0 :(得分:3)

自5月以来,模拟器已经内置了GPS模拟器。希望你从那时起更新你的SDK(否则你应该!)。 (是的,您可以将 new 模拟器与7.0 SDK和7.0应用程序一起使用!)

要访问它,请将鼠标悬停在模拟器上,然后点击右侧的>> 按钮。

enter image description here

然后按位置标签,瞧,您可以使用内置模拟器设置位置。

enter image description here

答案 1 :(得分:-1)

我们必须使用此URL的Emulator检查的静态值 http://timheuer.com/blog/archive/2010/03/22/geo-location-services-in-windows-phone-7-developer-emulator.aspx

我们可以使用Windows Phone GPS Emulator(一个小型​​WPF应用程序)在这里查看更多详细信息 http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/28/windows-phone-gps-emulator.aspx

enter image description here