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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -