GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
560 stars 653 forks source link

Failed to update Marker and Center #130

Open janmeshit opened 7 years ago

janmeshit commented 7 years ago

HI I am using this library to add marker on Google Maps.First I send Get API request to get data and update that marker on Google Maps.But when I call api second time it didn't work and failed to update data.Can anyone please help me to solve this issue by suggesting how can I upload google maps every time at the end of successful api call.

gigantic2 commented 7 years ago

https://github.com/xkjyeah/vue-google-maps/issues/109 Have you solved this? Is this something similar to yours? What I do for now is setting the points data to empty and assign it after a tackle or setTimeOut, but the points will flash for a tiny moment.