7 references to ToRadians
Microsoft.Maui.Maps (7)
Primitives\Distance.cs (4)
57 var latitude1 = position1.Latitude.ToRadians(); 58 var longitude1 = position1.Longitude.ToRadians(); 60 var latitude2 = position2.Latitude.ToRadians(); 61 var longitude2 = position2.Longitude.ToRadians();
Primitives\GeographyUtils.cs (3)
19 double centerLatitude = circle.Center.Latitude.ToRadians(); 20 double centerLongitude = circle.Center.Longitude.ToRadians(); 25 double angleInRadians = ((double)angle).ToRadians();