Closed
Description
Hi !
So I have a map with markers on it. I can paginate through the markers and they are added/removed from the map.
It works perfectly until I tried to add the cluster...
It looks like there's something wrong on the update of the markers, the Google Maps SDK is throwing this error :
Here is the interesting part of the code of my vue file :
https://gist.github.com/smartpierre/b69426dcd9098c803ab3
In setMarkers, I compare the old markers with the new ones, I remove the old markers that are not in the new list and add the new that are missing (so it does not make all the markers DROP each time I refresh the map)
If you have any idea, I'll take it. Maybe I'm doing something wrong ? In the meantime I'll do without the cluster :D
Metadata
Metadata
Assignees
Labels
No labels