xkjyeah / vue-google-maps

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

Custom icons not showing up #729

Closed lazercaveman closed 2 years ago

lazercaveman commented 4 years ago

I've done a small test application to play around with google maps. Now I'm facing the problem that everything is working but custom Icons are not changing at all - either I'm doing something wrong, or it is a bug.

According to google maps documentation the marker should accept an icon property wich could be a string as well as an object - both are approaches aren't working (in my case). Here is my code:

image

This is what's showing up

image