diegoazh / gmap-vue

A wrapper component for consuming Google Maps API built on top of Vue. Fork of the popular vue-google-maps plugin.
https://diegoazh.github.io/gmap-vue/
173 stars 51 forks source link

Bug: Animation bug while moving map #293

Closed henriquetroiano closed 1 year ago

henriquetroiano commented 1 year ago

Moving map on maps.google.com: ezgif-3-f7b0b6000a

Moving map with the plugin: ezgif-3-c627c875de

When moving the map, whatever the place it is, it makes a strage effect at the end. Apparently, the maps is moving correctly but the animation makes confuse

this is reproducible with a fresh vue2 app with fresh example.

henriquetroiano commented 1 year ago

At first sight, you think that the map goes back to the old point, but not, it's an effect bug

davydnorris commented 1 year ago

Can we see your code? This looks like a prop is being set

diegoazh commented 1 year ago

Maintenance of this plugin for Vue v2 is stopped, please migrate to @gmap-vue/v3