-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
draggable, update longlat after dragging the marker #71
Comments
hi, did you find a solution? cheers, |
Thanks to @ville6000, this should now be possible by listening to the |
How do I do this in the Vue component? |
mounted () { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i needed to get the new longlat after i dragged the marker, i already set draggable true at geosearch.js
this is my js
i understand i must get the dragend something like:
but i cant find how the name of the created marker
txs!
The text was updated successfully, but these errors were encountered: