如何在gmap3中创建放大按钮

时间:2019-07-18 04:03:15

标签: jquery-gmap3

我想使用我设计的按钮放大或缩小Google Maps。 但是我的jQuery代码做得不好

$('#zoomInButton').click(function(){
    map.setZoom(map.getZoom() + 1); //Let me know what to do with this part.
});

0 个答案:

没有答案