Skip to content

How Can We Efficiently Render a Large Number of Markers? #604

Answered by usefulthink
geunheejung asked this question in Q&A
Discussion options

You must be logged in to vote

First and foremost, this sounds like a UX problem and not so much a technical one, but let's get over the technical side first anyways.

As far as the maps API is concerned, I think a good upper limit for Advanced Markers would be around 500 to 1000, depending on complexity. So 1000 small dots would probably be ok, but 500 full markers with images or such will likely start causing problems.
This is essentially the same for this library, but here you additionally have the same number of react-components to worry about, and you have to make sure that react doesn't accidentally end up constantly re-rendering them.

Then you say there will be multiple markers at the same position. This doesn't …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@geunheejung
Comment options

@usefulthink
Comment options

@geunheejung
Comment options

@usefulthink
Comment options

Answer selected by geunheejung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants