I want to allow the user to choose a point on map (not a marker). More precise, I want to allow the user to position and zoom, and after that to double click a point and to retrieve position and current zoom.
I tried MapDoubleClick, and I expected to get e.Marker==null. Unfortunately, the event MapDoubleClick is not fired without a marker.
Is there any workaround to obtain the result?
Hi Adrian,
I did some research and found a property that could be set to true to disable the default behavior on double click (zooming)
disableDoubleClickZoom
Maybe it helps? Otherwise please wrap up a small sample that we can try to find a solution.
Best regards
Frank
Please login first to submit.