= Google Map API = * Official Site - http://code.google.com/apis/maps/ * Reference Book * [http://www.books.com.tw/exep/prod/booksfile.php?item=0010408521& Google API開發詳解Google Map與Google Earth雙劍合壁(附光碟)] * Reference On-line Documents * [http://econym.googlepages.com/index.htm Google Maps API Tutorial] * Nice Template and Website Sample * [http://next.writers.idv.tw/2006/01/bloggervi.html Template] * [http://tripmap.blogspot.com/ Sample] * [http://wikimapia.org WikiMapia] * [http://blog.orz.tw/2008/03/11/280 Google Maps API運用經驗] * How to import KML to Google Map * [http://googlemapsapi.blogspot.com/2007/03/kml-and-georss-support-added-to-google.html KML and GeoRSS Support Added to the Google Maps API] * [http://www.ibm.com/developerworks/library/x-geomap1/ Overlay data on maps using XSLT, KML, and the Google Maps API, Part 1: Tap into the Google Geocoder Web service] * [http://www.ibm.com/developerworks/library/x-geomap2/ Overlay data on maps using XSLT, KML, and the Google Maps API, Part 2: Transform and use the data] * Mapki.com * 其他開發工具 - [http://mapki.com/wiki/Tools:Developer Developer Tools] * 程式範例 - [http://mapki.com/wiki/Tools:Snippets Snippets] * [http://mapki.com/wiki/Add_Your_Own_Custom_Map 自訂圖層] * [http://mapki.com/wiki/Automatic_Tile_Cutter 切底圖的工具] * [http://code.google.com/p/gmaps-utility-library/ Google Maps API Utility Library] * [http://gmaps-utility-library.googlecode.com/svn/trunk/dragzoom/release/examples/advanceddragzoom.html 進階版 Drag Zoom 範例] * [http://geoserver.org/display/GEOS/Welcome GeoServer] * LGPL 授權的 [http://www.andrewtheken.com/?page=GMapsClass GMapsClass] - a PHP abstraction layer for Google Maps API = 其他 = * [http://code.google.com/apis/maps/documentation/examples/directions-simple.html 交通指引的範例(簡易版)][http://code.google.com/apis/maps/documentation/examples/directions-advanced.html (進階版)] * [http://ajaxian.com/archives/google-maps-javascript-api-on-the-iphone Google Map iPhone 版 JavaScript API] * [http://mapki.com/wiki/Tools:Snippets 一堆雜七雜八的 Google Map 相關範例] * [http://marinemap.org/marinemap/ MarineMap Decision Support Tool] * [http://tidesandcurrents.noaa.gov/gmap3/ NOAA Observational Data Interactive Navigation] * [http://www.epic.noaa.gov/talks/nns/forums/google-maps-api.html NOAA Google Maps API Examples] NOAA 所提供的範例集 * [http://public.geoportal-geoportail.gc.ca/chartCatalogue-cataloguesCartes/ Fisheries and Oceans Canada] 加拿大漁業海洋資料庫 = 離線版?! = * http://code.google.com/p/gmapcatcher/ * http://code.google.com/p/ogmaps/ * http://mapsoffline.nambrot.com/ = 重要範例 = * [http://mapsapi.googlepages.com/categories.htm Marker categories] - 圖層控制 * [http://esa.ilmari.googlepages.com/highres.htm High Zoom Settings] - 用 setCenter() 可以 Zoom In 到 level 30 * [http://esa.ilmari.googlepages.com/scrollzoom.htm Wheel Zoom] - waue 提過為什麼自己寫的沒有滑鼠中鍵滾輪縮放呢?! Here you are!! * [http://koti.mbnet.fi/ojalesa/exam/autosize.html Autosize map] - 適應不同解析度的視窗大小 * [http://earthcode.com/blog/2006/07/gzoom.html Drag-and-Zoom Control] - 圈選範圍進行 Zoom In * [http://maps.forum.nu/server_side_clusterer/index2.php Server-side Clustering] - 這個網頁呈現了類似 Level-of-Detail (LOD) 的實現方法 * [http://code.google.com/p/mytimemap/ Google Map + SMILE Timeline] - 同時顯示空間與時間關係的範例 * [http://www.world-explorer.info/map.php History Timeline example on Google Maps] - 同時顯示空間與時間關係的範例 * [http://googlemapsmania.blogspot.com/2009/02/timemap-other-timelines.html TimeMap & Other Timelines reference] * [http://specials.washingtonpost.com/timespace/world/ The Washington Post's TimeSpace World is a very good example of a custom made timeline map] = 其他想法 = * [http://www.howtoforge.com/ip-address-geolocation-from-a-mysql-database 結合 IP 的 geolocation 來設定預設地圖中心] = 注意事項 = * [http://www.javascriptkit.com/javatutors/closuresleak/index.shtml JavaScript and memory leaks] - 當載入太多資料,會容易發生記憶體方面的問題而容易造成當機,因此寫程式的時候必須要特別注意一下。