xamarin.formsxamarin.forms.maps

Xamarin.Forms.Maps how to get the center of the screen to use it as Lat and Lon coordinates and the zoom level?


I load pins depending on the user's location, but when they move the map I'd like to load new pins by passing the lat and lon of the center of the screen and then load pins depending on distance from the center of the screen but I just don't know how to get these coordinates as well as the zoom level of the map, for example if the user unzooms to load more pins, how to I get the zoom data ?


Solution

  • use the VisibleRegion property of the Map control