Closed onurgultekin closed 5 years ago
Also getting the same issue in a standard Vue template
The JS API does not pass any arguments to the dragend
event handler: https://developers.google.com/maps/documentation/javascript/reference/map#Map.dragend
Therefore this library does not pass any arguments to the event handler either
I want to use dragend event on component like below in my Nuxt powered project:
console.log gives me undefined. I tried to use it like
but result is undefined again.