nativescript-community/ui-mapbox

Feature: Marker clustering

Opened this issue · 3 comments

b44rd commented

Hi, wanted to investigate the status of marker clustering support in this plugin. I see the marker clustering function do have some code in it, but it is commented out. Are clustering support a planned feature, or do anybody have a working fork with clustering support? Thanks in advance.

I've seen a lot of recent commit on this plugin. I'm also wondering if this is something that someone is working on.

This seems to be available now: #62

Any idea how to use it? I added this to my settings but I can't see any change

cluster: {
        radius: 1000,
}

I also tried adding this, but no luck

<Mapbox #map clusterRadius="1000">