如何禁用google map pinch&传播变焦?

时间:2016-03-24 11:49:27

标签: javascript google-maps gesture intel-xdk

我尝试了一切来禁用捏合和放大器谷歌地图的点差缩放,我正在使用XDK英特尔平台。

我使用的代码:

var map = new google.maps.Map(document.getElementById('mapp'), {
    zoom: 17,
    streetViewControl: false,
    panControl: false,
    disableDoubleClickZoom: true,
    TiltGestures: false,
    AllGestures: false,
    ZoomGestures: false,
    ScrollGestures: false,
    zoomControl: false,
    scrollwheel: false,
    navigationControl: false,
    mapTypeControl: false,
    scaleControl: false,
    draggable: true,
    disableDefaultUI: true,
    center: bangalore
    });        

0 个答案:

没有答案