0
votes

I created custom styles by using Mapbox studio with multiple points.

I implemented this style in my android app within a mapview. Since there are so many point locations I need to cluster these points into circles with a count.

Can anyone help me to cluster these JSON styles based on its count?

My style URL

I have seen circle layer clustering for GeoJson files as in the URL.

1

1 Answers

0
votes

Unfortunately, clustering option is not available in the Mapbox Studio, you'll have to add required sources and layers manually, in the runtime. Checkout these examples.