GoogleMaps doubleclick

Answered
1
0

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?

  • You must to post comments
Best Answer
0
0

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

  • Adrian Zagar
    Works perfectly. Thank you, Frank!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.