I've added a Map to my ContentPage and need to know when the user has changed the VisibleRegion (i.e. moved, zoomed, etc.) so I can update the pins shown in the region. I don't see any events on the Map object to handle this. Is there any way to handle these events? I see Forms 1.3 is due out soon, will this update anything for Maps (I didn't see anything in the notes)? Should I just move to Google Maps? Should I create my own wrapper for each of the native maps on the 3 platforms? I'll eventually need custom pin graphics with callouts that contain text and can be tapped.
I'm trying to move an app I have in iOS and Android to one code base in Xamarin and so far Forms has been great.
Thanks