1 implementation of Center
Microsoft.Maui.Controls.Maps (1)
Circle.cs (1)
36
public Location
Center
4 references to Center
Microsoft.Maui.Maps (4)
Platform\iOS\MauiMKMapView.cs (2)
149
new CLLocationCoordinate2D(circleElement.
Center
.Latitude, circleElement.
Center
.Longitude),
Primitives\GeographyUtils.cs (2)
19
double centerLatitude = circle.
Center
.Latitude.ToRadians();
20
double centerLongitude = circle.
Center
.Longitude.ToRadians();