amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 347 forks source link

How to get Radius from GoogleMaps? #765

Closed stefaneir closed 3 years ago

stefaneir commented 3 years ago

Map.VisibleRegion is obsolete now, it replaced by Region, but I still need to use Map.VisibleRegion.Radius and it does not exist in the new Region property. What is the new way to get Radius?