react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

Can we not cluster the current location Marker?

Open inuyashaaa opened this issue 4 years ago • 6 comments

I have a current location maker IMG_1930 but when clustering, this marker is wrapped and disappear IMG_1931 Can we not cluster the current location Marker?

inuyashaaa avatar Aug 04 '20 08:08 inuyashaaa

I had the same issue, i resolved it by passing an additional prop cluster={false} to the User Location Marker.: <Marker // Disabling ts check here on purpose for the clustering library to not // eslint-disable-next-line @typescript-eslint/ban-ts-ignore // @ts-ignore cluster={false} ....... > <LocationMarkerIcon /> </Marker>

abhatia-lix avatar Aug 05 '20 14:08 abhatia-lix

I had the same issue, i resolved it by passing an additional prop cluster={false} to the User Location Marker.: <Marker // Disabling ts check here on purpose for the clustering library to not // eslint-disable-next-line @typescript-eslint/ban-ts-ignore // @ts-ignore cluster={false} ....... > <LocationMarkerIcon /> </Marker>

cluster={false} is not working

my version of react-native-map-clustering is 3.4.2

VladRDV avatar Jan 24 '21 19:01 VladRDV

cluster={false} is working for me and my version of react-native-map-clustering is 3.4.2 @abhatia-lix and @VladRDV

marchiartur avatar Mar 18 '21 11:03 marchiartur

I use 3.4.2 @marchiartur but it's not working.

FladioArmandika avatar Sep 29 '21 10:09 FladioArmandika

Hi, are there any workarounds?

dariuspirvulescu avatar Dec 16 '21 15:12 dariuspirvulescu

cluster={false} it's working for me, tks @abhatia-lix Screenshot_1664955529

truongduy997 avatar Oct 05 '22 07:10 truongduy997