GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
560 stars 653 forks source link

Setting custom marker size #139

Open nshahpazov opened 6 years ago

nshahpazov commented 6 years ago

When I set a custom marker icon in the marker component I would very much like to also set the size of the marker.

Is there an option property for the size of the marker as there is for the url?

Thanks in advance!

thanhthaohoang commented 6 years ago

Maybe try this : scaledSize: new google.maps.Size(20, 35)