GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
561 stars 654 forks source link

Setting custom marker size #139

Open nshahpazov opened 7 years ago

nshahpazov commented 7 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)