Functions are explained later in this recipe. function zoomToIstanbul () { var istanbul = new google.maps.LatLng(41.0579,29.0340); map.setCenter(istanbul); } ...
確定! 回上一頁