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();