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

Compatibility with Xamarin.Forms.GoogleMaps.Clustering is broken #806

Open raver99 opened 1 year ago

raver99 commented 1 year ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

As of version 5.0.0 you cannot use the plugin for clustering because the plugin library does not have access to internals of this library, due to the fact that "InternalsVisibleTo" attributes where removed.

Please add back the attributes to support clustering again. See Commit