Yahoo Maps 範例七 - 不知道座標點? 沒有問題! 直接輸入城市名稱即可 | 回上頁 |
別忘了, 你可以利用瀏覽器上的 "檢視" -> "原始檔" (Internet Explorer) 或 "檢視" -> "此頁原始內容" (Firefox), 來觀看程式.
<script type="text/javascript"> var map = new YMap(document.getElementById('mapContainer'),YAHOO_MAP_REG,new YSize(600,360)); map.drawZoomAndCenter("Taipei, Taiwan", 8);
map.addOverlay(new YMarker("Taipei, Taiwan",'')); 或 map.addMarker("Taipei, Taiwan");
</script> |