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
280 stars 57 forks source link

Additional Data in Marker #61

Closed eskiesirius closed 2 years ago

eskiesirius commented 2 years ago

Is this possible? I want to add ID in the marker..

HusamElbashir commented 2 years ago

Haven't thought about this before but it seems you could: https://stackoverflow.com/questions/11378450/google-map-api-v3-how-to-add-custom-data-to-markers So just pass it along with the rest of the options

eskiesirius commented 2 years ago

i tried but it didn't worked

HusamElbashir commented 2 years ago

Can you share an example of what you're trying to achieve? Hard to imagine what's not working exactly. You can use https://vite.new/vue

HusamElbashir commented 2 years ago

Closing due to inactivity