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

Make iOS MapRenderer callbacks used for MapView protected #643

Closed PaulWagener closed 4 years ago

PaulWagener commented 5 years ago

This changes the following callbacks to protected:

This allows a subclass that sources its MapView from another place (for example a third party library) to still correctly set and unset the callbacks

PaulWagener commented 5 years ago

Also thanks for the quick turn-around on #640, really makes a difference in my codebase!