1 implementation of Location
Microsoft.Maui.Controls.Maps (1)
Pin.cs (1)
41 public Location Location
3 references to Location
Microsoft.Maui.Maps (3)
Handlers\MapPin\MapPinHandler.cs (1)
20 [nameof(IMapPin.Location)] = MapLocation,
Handlers\MapPin\MapPinHandler.iOS.cs (2)
15 mKPointAnnotation.Coordinate = new CLLocationCoordinate2D(mapPin.Location.Latitude, mapPin.Location.Longitude);