I have a map, in which I put circular polygon around the marker. When I click in the map, marker is moved onto that position. When I click in the circle, it doesn’t move the marker, as I suppose Polygon captures the click.
Can I somehow prevent the Polygon from capturing the clicks?

set the
clickable-option of the polygon tofalse