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

Example with map styling & language options #108

Closed andrisi closed 1 year ago

andrisi commented 1 year ago

Could you add an example where the map is styled with an array inside the options.styles? Or the cloud based styling. I can't seem to get it working, seems like the options don't get through. Same for map language. Thanks a lot.

HusamElbashir commented 1 year ago

Hi @andrisi

See this example: https://codesandbox.io/s/vue3-google-map-demo-forked-7v7t4s?file=/src/App.vue

Note that you'll need an API key for the styling to work

andrisi commented 1 year ago

thanks! @HusamIbrahim