Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
103 views

I implemented Google Maps using import MapView from 'react-native-map-clustering'. By default, when I add markers, clusters start blinking. Similarly, if I place a marker with custom content, it ...
Learner12's user avatar
1 vote
0 answers
434 views

I'm trying to implement map clustering in my React Native project, but I'm encountering difficulties with various packages I've tried. I attempted to use react-native-clusterer, react-native-maps-...
Rubeena PK's user avatar
1 vote
1 answer
280 views

At first, render everything works fine, but as soon as a user tries to filter marker through rest api after this step user zoom out or zoom in a map default marker pin generate on custom marker ...
codelearner's user avatar
2 votes
0 answers
504 views

I'm trying to build a map with clustering. At first, render everything works fine, but as soon as a user tries to move map or zoom, I'm recalculating markers/clusters postions, and app breaks on iOS ...
codelearner's user avatar
2 votes
0 answers
540 views

In my React Native app, I fetch the markers that should be shown based on region. So when the region changes, a new fetch is called and all the markers are redrawn. In order to optimize the ...
dondopong's user avatar
0 votes
2 answers
1k views

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. Is it ...
Fabian S's user avatar
0 votes
0 answers
435 views

I'm trying to extract static maps using Mapbox's Static Images API. The goal is to embed these images into an HTML page/email etc. Here is a sample that I was able to generate successfully which is at ...
Noble Abraham's user avatar
1 vote
0 answers
227 views

I am using react native map, and I have more than 10000 marker I want to render those that inside the screen view, How to achieve that?
aharon vishinsky's user avatar
2 votes
1 answer
2k views

i am using react-native-map-clustering for clustering Markers on the google map. All of Markers are dynamic except one, which indicates my location. When i zoom out map clusters all Markers. But i ...
Kamron Jurayev's user avatar
2 votes
3 answers
7k views

We've multiple coordinates that we need to display on the map using markers. The marker clicked by the user has to be marked as active and have some operations performed for some other functionality. ...
Nikhil's user avatar
  • 795
3 votes
0 answers
354 views

I have managed to make clusters with react-native-maps-super-cluster . My requirement is now to create multiple clusters based on the cluster points category. For example , if i have 10 markers , 5 ...
FortuneCookie's user avatar
0 votes
1 answer
1k views

I succeeded in running the code provided by the site using react-native-maps-super-cluster. However I cannot know how can I add my custom marker to the code. How can I add my custom markers. When ...
Contractor's user avatar
15 votes
2 answers
13k views

I load up to about 2000 markers on the map. It works fine for the first few seconds but then slows down sharply. To fix it I need to clear the app data, then it only works for a few seconds and again ...
Mahdi Bashirpour's user avatar