We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Thanks for this library!
I'm rendering various points on my map for some points of interest but I'm also rendering the user location.
I don't want the user location point to be clustered nor counted in clusters… I would like to exclude it from clustering, how can I proceed?
Maybe we could expect a nonClusteredMarkers property?
nonClusteredMarkers
Thanks :)
The text was updated successfully, but these errors were encountered:
https://github.com/venits/react-native-map-clustering/blob/master/lib/helpers.js#L10
Just add cluster={false}
Sorry, something went wrong.
https://github.com/venits/react-native-map-clustering/blob/master/lib/helpers.js#L10 Just add cluster={false}
Was not documented, thanks.
I switched to https://github.com/JiriHoffmann/react-native-clusterer which is more performant and easier for this use case
No branches or pull requests
Hello, Thanks for this library!
I'm rendering various points on my map for some points of interest but I'm also rendering the user location.
I don't want the user location point to be clustered nor counted in clusters…
I would like to exclude it from clustering, how can I proceed?
Maybe we could expect a
nonClusteredMarkers
property?Thanks :)
The text was updated successfully, but these errors were encountered: