react-native-clusterer icon indicating copy to clipboard operation
react-native-clusterer copied to clipboard

Does this only work for react-native-maps

Open Ballardian opened this issue 3 years ago • 1 comments

I am using react-native-mapbox and neither the useClusterer or Clusterer work (or render in any way). Is this library only compatible with react-native-maps?

Ballardian avatar Dec 06 '22 11:12 Ballardian

This library doesn't concern itself with how the markers are displayed; only with whether markers need to be clustered or not and providing GeoJSON objects for those markers/clusters.

The only thing that comes to mind that one would need to do to get this library to work with react-native-mapbox is to calculate the latitude & longitude deltas.

How are you rendering the map & using clusterer?

danshilm avatar Jan 23 '23 21:01 danshilm