How to get the latitude and longitude . #239
-
Hello Sir , |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @aungmyaethit You can listen to a You get a |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for answer, It really support me. |
Beta Was this translation helpful? Give feedback.
Hi @aungmyaethit
You can listen to a
click
event on the map. Example:https://stackblitz.com/edit/vitejs-vite-4tdpur?file=src%2Fcomponents%2FHelloWorld.vue&terminal=dev
You get a
MapMouseEvent
in your event handler that containslatLng
which haslat
andlng
getter functions:https://developers.google.com/maps/documentation/javascript/reference/map#MapMouseEvent