windows 8 桌面应用程序中的模拟位置

Mock location in windows 8 desktop application

我正在使用 Geolocator 在 windows 8 桌面应用程序中获取设备位置,有没有一种方法可以让我通过设置模拟位置获取 os 来模拟位置变化来测试它?

是的!

与 phone 应用程序相同,您需要在 visual studio 模拟器中 运行 您的应用程序。

从那里,您可以更改模拟位置等设置。

在此处查看指南https://msdn.microsoft.com/library/windows/apps/hh441475(v=vs.120).aspx#BKMK_Set_the_simulated_geo_location_of_the_device

你可以使用这个工具 https://github.com/juliankay/FakeGPS

FakeGPS is a Windows driver which allows the user to provide geolocation information without a physical GPS device.

我试过了,效果很好。