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 346 forks source link

Get current zoom value #575

Closed sbron closed 4 years ago

sbron commented 5 years ago

Hello, I would like a property to get the current zoom of the map.

When I click on the + or - button, the map is redrawing. I would get the value of the zoom.

lubiepomaranczki commented 5 years ago

You can use CameraPosition.Zoom which gives the current zoom of the map. Or did I misunderstand your question @sbron?