Can I use OverlappingMarkerSpiderfier with react-native-maps?

402 Views Asked by At

I am using react-native-maps, with react-native-maps-super-cluster to cluster markers next to each other, this works great when zoomed out but, I have some markers that are overlapping one over others at max zoom.

OverlappingMarkerSpiderfier resolves this on react but, I haven't had luck on finding for react native. React Native Maps Overlapping Marker

Is there something similar for react-native-maps?

EDIT

This is what I have come up with at first, separate overlapping markers on a circumference. overlapping markers => separated markers on circumference

0

There are 0 best solutions below