xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

Create link which does the same as click on marker #776

Closed dkoether closed 3 years ago

dkoether commented 3 years ago

Hello everyone,

first of all thank you for your great work on vue-google-maps!

I'm creating a list of markers next to the map and I want to build a connection between the entries of the list and associated markers. I want to create an anchor which does the same as clicking directly on the marker on the map. Unfortunately I haven't found anything in the documentation. Does anyone have an idea if there is a built in function for that?

Thanks in advance!