Appearance
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.