标签: jquery-gmap3
我想使用我设计的按钮放大或缩小Google Maps。 但是我的jQuery代码做得不好
$('#zoomInButton').click(function(){ map.setZoom(map.getZoom() + 1); //Let me know what to do with this part. });