Is it possible to change marker's custom icon image size? If i set inside style size like this
style: {
image: {
icon: {
anchor: [0.5, 0.5],
anchorXUnits: 'fraction',
anchorYUnits: 'fraction',
opacity: 1,
size: [12, 12]
src: 'images/map-marker.png'
}
}
}
it only changes markers size on 12px x 12px but inside image stays in original size. Can i change size of image that I'm using for marker using directive?