Add support for marker clustering
Is your feature request related to a problem? Please describe. I'm always frustrated when there are multiple pins in the same location and I can't use marker clustering :)
Does this feature exist in the Google Maps SDK for android and iOS? Please link the documentation for this feature. iOS: https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering Android: https://developers.google.com/maps/documentation/android-sdk/utility/marker-clustering (video inside) JS: https://developers.google.com/maps/documentation/javascript/marker-clustering
Describe the solution you'd like Support native marker clustering for iOS and Android. I'm currently stuck with the mediocre performance of the JS implementation.
I'd love to help with the implementation, but I don't have much experience writing plugins or even native code, I'm a web developer. Can y'all start by checking how easy or difficult this seems?
+1
I did some research and found out that we need to implement the "Maps SDK for Android/iOS Utility Library". Looking at the implementation examples I don't even think it should be to hard to implement it using the default styling. Maybe that allowing for custom styling makes it somewhat more complicated. But we could even split this issue in two: "Add support for marker clustering" and "Add support for custom styling on marker clustering" for example.
About the Utils Library: of course it adds some weight to this package. So ideally we should publish it as a separate package. something like "@capacitor-community/capacitor-googlemaps-utils".
Hello, is this feature already on the way for an implementation ? I ask you because I have a new projet which need this, and would avoid to use the JS implementation in favor of this plugin. Unfortunately I'm also a web developper and helping for this kind of implementation seems difficult for me.
With the v2 release, this package is also getting interesting for us, so we can replace the javascript implementation. But we also need markerclustering before we could switch.
It's definitely on the roadmap and coming soon. But it's taking a little more time than expected.
our company is eagerly hoping for this!