1 implementation of Center
Microsoft.Maui.Controls.Maps (1)
Circle.cs (1)
36
public Location
Center
2 references to Center
Microsoft.Maui.Maps (2)
Primitives\GeographyUtils.cs (2)
19
double centerLatitude = circle.
Center
.Latitude.ToRadians();
20
double centerLongitude = circle.
Center
.Longitude.ToRadians();