-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Does mapbox android sdk support clustering? #4111
Comments
Hi @MiguelFale, we don't support clustering in the Android SDK quite yet. We just finished up implementing clustering for Mapbox GL JS and will port it to Android & iOS as soon as a few other features are shipped, like Offline. The ticket tracking this work is #320 |
Is "Annotation" clustering for Mapbox available yet for IOS sdk ?? |
Is clustering is possible in android? and if yes so how? |
@mf-mindcrewtech , we've got a marker cluster plugin for Android. The documentation isn't quite published yet, which is why you hadn't known about it. Here's the upcoming README about it: Upcoming Android demo app marker cluster plugin example: https://github.com/mapbox/mapbox-android-demo/blob/f05feea9599aee09df69589cf9c840dd356e62df/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/plugins/MarkerClustersPluginActivity.java Current marker cluster plugin code Thanks for using Mapbox! |
Im trying to implement this, but it doesnt have any interface to put custom Icons on it, each marker I have needs a unique image. |
@novodimaporo I already implemented the clustering with all different set of icons (custom icons), if you need any help please let me know. |
@mf-mindcrewtech we are having hard time implementing clustering / symbol layer with custom icons in react native. can you please share your code or approach of android whatever you have done. on email [email protected] or share your email so that we can discuss. |
@cooper1408 we have examples of clustering here https://github.com/mapbox/react-native-mapbox-gl/blob/master/example/src/components/EarthQuakes.js that could be a good starting point, or you can use https://github.com/mapbox/supercluster to manage clustering yourself. you can open up an issue in https://github.com/mapbox/react-native-mapbox-gl or join https://gitter.im/react-native-mapbox-gl/Lobby and I will be able to help you out 😄 |
@mf-mindcrewtech |
Hi @cooper1408 and @maley63 , Here is the code https://github.com/MaroofAhmedSiddique/MapBoxCustomClustering If you have any questions, please let me know here or on skype : maroofahmedsiddique |
Hi, how do we cluster marker now? The plugin is removed. |
Hello!
Is there any API for clustering points in the map? If not, do you have an estimate of when it'll be available?
Thanks in advance!
The text was updated successfully, but these errors were encountered: