I would like to disable the zoom that occurs when you double click the map.
I found a InteractionOptions. So I wrote some code, but is not working.
<sample>
MyMapView. InteractionOptions. IsZoomEnabled=false;
->this code is error.[System. NullReferenceException]
Is there any workaround for this problem?