我无法获得Windows Phone 8.1中的当前位置

时间:2015-10-16 12:12:44

标签: visual-studio-2013 windows-phone-8.1 bing-maps

我试图在Windows手机应用程序中借助地图控件获取当前位置。我还添加了服务令牌并启用了位置。

Geolocator gl = new Geolocator();
gl.DesiredAccuracyInMeters = 50;
var pos = await gl.GetGeopositionAsync();
await mymap.TrySetViewAsync(pos.Coordinate.Point, 16);

但是当我尝试执行代码时,它会显示不同的位置。目前我在印度,但它在美国展出

enter image description here

0 个答案:

没有答案