2011-09-28 42 views

回答

0

他們已經創建了獨立的覆蓋,其中他們在地圖頂部分層透明PNG圖片,

例如 http://www.shelbybb.com/gunnel.png

和代碼,將其添加到地圖:

var gunnelBounds = new google.maps.LatLngBounds(new google.maps.LatLng(38.01051, -85.00043), new google.maps.LatLng(38.54504, -83.97889)); 
     var gunnelmap = new google.maps.GroundOverlay("gunnel.png", gunnelBounds); 
     gunnelmap.setMap(map); 
相關問題