Xamarin地理位置未捕获异常

时间:2019-01-26 22:18:01

标签: xamarin.forms

我在项目中使用Xamarin地理位置。当我在模拟器中测试应用程序时 cannot throw 'plugin.geolocator.abstractions.Geolocationexception on thread 1,并且不返回任何值。

var locator = CrossGeolocator.Current;
locator.DesiredAccuracy = 20;
var position = await locator.GetPositionAsync(timeout: 
TimeSpan.FromSeconds(10000));

1 个答案:

答案 0 :(得分:0)

如果使用的是iPhone Simulator,则需要模拟一个位置。

在模拟器菜单中,选择“调试”>“位置”,并确保已设置位置。

这里是documentation