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

Remove Sealed from Pin #693

Open burrowj opened 4 years ago

burrowj commented 4 years ago

SUMMARY

Remove Sealed from Pin

DETAILS

If there is no reason for Pin being sealed can we make it inheritable? I'd like to add some custom properties to the pin for use in the renderer

PLATFORMS