Open m1 opened 8 years ago
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.
You can make use of clusters with vue-google-maps, that can help you manage a lot of markers.
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).