inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
280 stars 57 forks source link

Document events on GoogleMap component #63

Closed andrisi closed 2 years ago

andrisi commented 2 years ago

This might be something trivial. Docs seems to be missing the description of the GoogleMap component, and perhaps a few examples of reacting changes to the map or clicks by the user? VueDevtools says lat/lng is reactive, but it doesn't actually change as I move the map around. Thanks!