javascript - Disable scroll zoom in Bing Maps v8 - Stack Overflow

I need to disable zooming by scroll in Bing Maps API v8, but keep the zooming buttons.map = new Microso

I need to disable zooming by scroll in Bing Maps API v8, but keep the zooming buttons.

map = new Microsoft.Maps.Map(mapPlaceholderElement,
{
    credentials: options.credentials,
    disableZooming: true, //If this is true, the showZoomButtons is not applied
    mapTypeId: Microsoft.Maps.MapTypeId.road,
    navigationBarMode: Microsoft.Maps.NavigationBarModepact,
    showZoomButtons: true
});

Is there any way, how to enable the buttons and disable the zoom scrolling?

I need to disable zooming by scroll in Bing Maps API v8, but keep the zooming buttons.

map = new Microsoft.Maps.Map(mapPlaceholderElement,
{
    credentials: options.credentials,
    disableZooming: true, //If this is true, the showZoomButtons is not applied
    mapTypeId: Microsoft.Maps.MapTypeId.road,
    navigationBarMode: Microsoft.Maps.NavigationBarMode.pact,
    showZoomButtons: true
});

Is there any way, how to enable the buttons and disable the zoom scrolling?

Share Improve this question asked May 30, 2016 at 7:22 AndreeAndree 1,1993 gold badges17 silver badges32 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 5

This was just added to the experimental branch of the V8 control last week. To use this you first need to add "&branch=experimental" to the map script URL. You can then add disableScrollWheelZoom: true as a map option. This will be merged into the main release branch near the end of the month.

This is no longer experimental; It is released, and documented.

disableScrollWheelZoom: true

See the docs here: MapOptions Object

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745287783a4620666.html

相关推荐

  • javascript - Disable scroll zoom in Bing Maps v8 - Stack Overflow

    I need to disable zooming by scroll in Bing Maps API v8, but keep the zooming buttons.map = new Microso

    6小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信