ui-mapbox icon indicating copy to clipboard operation
ui-mapbox copied to clipboard

Feature: Marker clustering

Open b44rd opened this issue 3 years ago • 3 comments

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.

b44rd avatar Dec 14 '21 12:12 b44rd

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

guillemc23 avatar Jan 13 '22 19:01 guillemc23

This seems to be available now: https://github.com/nativescript-community/ui-mapbox/pull/62

nicolaric avatar Jan 25 '22 05:01 nicolaric

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">

guillemc23 avatar Feb 17 '22 02:02 guillemc23