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

Is there a way to show the infoWindow on hover? #82

Closed harshgntr08 closed 2 years ago

harshgntr08 commented 2 years ago

Hi @HusamIbrahim, Firstly thank you creating a google maps component for vue 3.

I am experimenting to figure out if we can have the infoWindow popup on hover insider a Marker. Any chance that you could help with this?

HusamElbashir commented 2 years ago

Hey @harshgntr08 I'm afraid we don't support that currently. You'll have to do it programmatically by listening to the mouseover event on the marker and using that to control your info window.

harshgntr08 commented 2 years ago

Ah, okay. Thank you for the quick response @HusamIbrahim