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
272 stars 54 forks source link

documentation for the GoogleMap component and its events #115

Open andrisi opened 1 year ago

andrisi commented 1 year ago

Sorry if I'm blind, but somehow I can't find the docs for the GoogleMap component and its events, only the things that you can put on it, like Marker, Polyline, etc. Could you point to the docs, or add it. Thanks!

HusamElbashir commented 1 year ago

Hi @andrisi

You're right we need to document that. And I'm noticing some changes in the API (deprecated events and some new ones we need to add). In any case these are the events you can listen for currently: https://github.com/inocan-group/vue3-google-map/blob/develop/src/components/GoogleMap.vue#L10-L30