Open nshahpazov opened 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!
Maybe try this : scaledSize: new google.maps.Size(20, 35)
scaledSize: new google.maps.Size(20, 35)
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!