hello
how i can get my gps location coordinates XY values in xamarin ?
my location displayed on the map already
and can i get it without map ?
var locationOnMap = mapView.LocationDisplay.MapLocation; //Gets the location in the spatial reference of the map
var gpsLocation = mapView.LocationDisplay.Location; //Gets the location reported by the GPS in the GPS's spatial reference
thank you very much