I want to zoom in or out of Google Maps with the buttons I designed. but I'm not do well jquery code
$('#zoomInButton').click(function(){
map.setZoom(map.getZoom() + 1); //Let me know what to do with this part.
});
I want to zoom in or out of Google Maps with the buttons I designed. but I'm not do well jquery code
$('#zoomInButton').click(function(){
map.setZoom(map.getZoom() + 1); //Let me know what to do with this part.
});