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

Hello, how should I manually control the display and hiding of infoWindow #111

Closed v587jing closed 1 year ago

HusamElbashir commented 1 year ago

You can add a ref to your InfoWindo component then you'll have access to infoWindow which is the info window instance. Then you can control it through the open and close methods.