react-native-map-clustering
react-native-map-clustering copied to clipboard
React Native map clustering both for Android and iOS.
Thank you for serving nice lib. I'm making something like the Google MAP. It has features below. - print POIS(points of interest) - print clustering POIS's number ## Problem The...
Markers disappear when zooming in (latest library version). I'm using the `Marker` component from `react-native-maps`, with a bicycle icon inside. Please see the screen recording: https://streamable.com/mls23x
When I put the `MapView` in something like this: ```jsx ``` When I try to zooming to reach the min value possible, I can zoom in until I see the...
I'm using this library and I'm having trouble with performance. I spent some time looking at the code and am seeing some issues with the mermorization. Although the higher order...
As I have two options like 1. by the search you can get the data of a particular location. 2. from the tap or click on a marker you will...
While this package still works (and thanks so much for it) is it still being maintained? There are a number of open issues and no releases since January 2021
Hi there, perhaps someone can help me, if I use react-native-map-clustering instead of react-native-maps my application refuses to load the home page (which has the map on it) I am...
For Example arr1 = [marker1, marker2] -> should show in red arr2 = [marker3, marker4] -> should show in green
I am looking to have a different cluster color depending on attributes of the markers that are clustered together. Is it possible to obtain this data or maybe expose it...
Im loading some markers from the Overpass API (OpenStreetMap) and showing them in a ClusterMap. Although Markers are clustered now, the App has a bad performace and high interactivity latency....