Disable map movement with mouse

0

I have a page with a mapLink map, I would like to disable the move (drag) map with the mouse.

UPDATE

I got in touch with mapLink support, they passed me the disableDragging() function, I questioned them about the documentation, and they told me that they are updating it, that function is not available yet.

Example:

var map = new MMap2(divIdMap);
map.disableDragging();
    
asked by anonymous 06.03.2017 / 20:33

0 answers