Windows Store上的Geopoint,Geocoordinate,Geoposition或GeoCoordinate& Windows Phone应用程序?

时间:2014-04-20 04:07:49

标签: c# windows-phone windows-store-apps

我很困惑我应该使用哪种?我在Windows Phone 8中使用GeoCoordinate,但在Windows Store 8.1中并不存在。然后我打算使用Geoposition,但是我看到Visual Studio强调了它,并表示以后不再支持它。

我应该使用哪一个来保持Windows应用商店和Windows Phone应用之间的最佳兼容性?

我所需要的就是研究纬度和经度。

1 个答案:

答案 0 :(得分:1)

http://code.msdn.microsoft.com/windowsapps/Geolocation-2483de66/sourcecode?fileId=43753&pathId=180041592

使用Windows.Devices.Geolocation; //是这个较新的“合并运行时”所必需的密钥

Link使用较新的api根据MS的示例显示与Windows phone相关的来源,我相信Win8.1的使用代码也只有细微差别。

这一切都假设Windows Phone 8.1或Windows 8.1,相信Windows Phone Silverlight 8.1仍然使用旧方法(我可能错了还没有更新我的任何项目)。