How do I disable the mousewheel zoom in Here Maps JavaScript API v3? -
the code disable mousewheel zoom on here maps js api v2 this:
map.removecomponent(map.getcomponentbyid("zoom.mousewheel")); but undefined function in v3 of api. best way disable mousewheel zoom in latest api?
thank help.
behavior.disable(h.mapevents.behavior.wheelzoom);
Comments
Post a Comment