Hi, I’ve got over 3,000 markers to add to the mapbox map. And trying to load them all at once is incredibly slow/crashes the app.
So I’m looking at the best way to dynamically load them but I can’t work out how to do it.
I’m thinking that only markers within a 2 mile radius of the map’s centre location, and when at a certain zoom level, will load a feasible numbers of markers at any one time.
Would that be possible?
I’ve also tried to work out the Clusters functionality but I can’t!
Would clusters be a better option here?
Many thanks.