Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this only work for react-native-maps #25

Open
Ballardian opened this issue Dec 6, 2022 · 1 comment
Open

Does this only work for react-native-maps #25

Ballardian opened this issue Dec 6, 2022 · 1 comment

Comments

@Ballardian
Copy link

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?

@danshilm
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants