Hello i want to ask about Marker Options in Google Maps Library,
i tried to use:
"{
size: new google.maps.Size(20, 32)
}"
but get "error parsing options JSON string. Using default options." warning message.can anyone help and maybe give .oml example. thanks!
maybe u can try this on MarkerOption
size: 1
or
scaledSize: 1
Hi Alif,
i've tried use your solution. it do not trigger the "error parsing options JSON string. Using default options." warning message. But it also did nothing to the icon size (still showing the original size)