我正在使用GeoLocator类的位置感知应用程序,我希望位置每分钟更新一次,以节省电池。我已经相应地设置了ReportInverval属性,但是PositionChanged事件被触发的频率要高得多。这里怎么了?App.Geolocator = new Geolocator();App.Geolocator</e
我使用Windows中的PositionChanged事件在地图上显示用户的当前位置。一切都很好,但是大约15分钟后,geolocator只返回相当老的位置(30秒到1分钟):127:WindowsGnssPositionProvider:LocatorOnPositionChanged() 2021-04-06 18:07:23,787 INFO -> LocatorOnPositionChanged vom Geolocator</e
当我开始在xamarin.so中使用GeoLocator作为当前位置时,它会显示我的当前位置,但当我暂停并再次启动时,它只在IOS中显示lat=0,long=0。(在Andorid中一切正常。)CrossGeolocator.Current.StartListeningAsync(TimeSpan.FromSeconds(10),
0, true, new Plugin.Geolocator.Abstractions.ListenerSett