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
289 stars 58 forks source link

Multiple Markers #4

Closed jasonandress closed 3 years ago

jasonandress commented 3 years ago

Can you have multiple markers on the same map?

HusamElbashir commented 3 years ago

@jasonandress Yes you can. Are you having trouble with that?

jasonandress commented 3 years ago

@HusamIbrahim no issues, I figured it out. Just add more elements.

Can you add an example of setting up an event for the map being repositioned and another example of a Marker being clicked?

HusamElbashir commented 3 years ago

You're right the docs could make use of more examples. Those will be added in soon. Please refer to this comment for an example on map repositioning.