mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

[annotation-plugin] add support for clustering #1168

Closed tobrun closed 3 years ago

tobrun commented 3 years ago

This PR adds a default implementation for clustering support with the symbol of annotation plugin. If exposed functionality is too limited, users can roll their own version using the circle/symbol layer.

Current API is limited to changing:

  clusterRadius;
  clusterMaxZoom;
  colorLevels;
  circleRadius;
  textColor;
  textSize;
  textField;

ezgif com-video-to-gif(18)

closes https://github.com/mapbox/mapbox-plugins-android/issues/648

fantasyado commented 3 years ago

Want to know when will this feature be released...

Kephas3 commented 3 years ago

Hello,

When do you think this PR will be merged ?

Thanks :)

Progdrasil commented 3 years ago

Will there be a release with this feature soon? The last release of the annotation plugin dates back to august 2020