在Here Maps JS API v2上禁用鼠标滚轮缩放的代码如下:
map.removeComponent(map.getComponentById("zoom.MouseWheel"));
但这是API的v3中未定义的函数.在最新的API中禁用鼠标滚轮缩放的最佳方法是什么?
感谢您的帮助.
here-api
here-api ×1