Ghost1372
everything can be handy
123456
var pos = await LocationHelper.GetGeoLocationAsync();if (pos == null) return;var latitude = pos.Coordinate.Point.Position.Latitude;var longitude = pos.Coordinate.Point.Position.Longitude;
you can run demo and see this feature.