vue-google-maps icon indicating copy to clipboard operation
vue-google-maps copied to clipboard

Suggestions for performance with lots of markers

Open m1 opened this issue 8 years ago • 2 comments

I'm currently in the process of writing an app that deals with lots of markers, around 5000 markers is the max, but even with around 1000 markers, I'm seeing a page freeze when initially loading the markers, and then another complete page freeze when updating the markers -- (the app updates the marker position and also the icon sometimes every 2 minutes from an API using vue-resource).

m1 avatar Apr 29 '16 09:04 m1

I know there is a way to implement something like "Multi markers" (optimized for a lot of markers) with the google maps API. But it is at the moment not supported by vue-google-maps. I would gladly accept a Pull request implementing this feature.

GuillaumeLeclerc avatar Apr 29 '16 09:04 GuillaumeLeclerc

You can make use of clusters with vue-google-maps, that can help you manage a lot of markers.

smartpierre avatar May 03 '16 09:05 smartpierre