tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

Is there any benefits to using MarkerClusterer, rather than simply using Markers? #1098

Open javascriptornah opened 1 year ago

javascriptornah commented 1 year ago

I have a question and I would appreciate if somebody is able to help out.

So, for my map I am rendering probably about 500 markers at the minimum.

Is there a benefit to using MarkerClusterer over just creating a bunch of Markers on their own in performance or reducing api calls or anything?

Thanks.