Google Map API V3


以下教材採用(輕鬆搞定Google 雲端技術: Maps、Android App Engine Cloud SQL與電子商務API實例解析)

(陳世興著 全華 (10372)   ISBN 978-986-6286-51-3

http://peterbookmace.appspot.com/contentIndex.html


Editor: Spket IDE http://spket.com/

Chapter 3 使用最新Google Maps API V3

https://developers.google.com/maps/?hl=zh_TW

靜態

亞洲大學
檢視較大的地圖

動態  GoogleMapAPI http:/code.google.om/intl/zh-TW/apis/maps/

3.3 GoogleMapAPI_AsiaUniversity.html ( 亞洲大學  24.046398, 120.686587)(ROADMAP, STELLITE, HYBRID, TERRAIN)

3.4 GoogleMapAPI_AsiaUniversity_Control.html
3.5 GoogleMapAPI/GoogleMapAPI_AsiaUniversity_Events.html(中心點)
3.6
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_Marker.html (顯示出你的永久住址、聯絡住址、就讀高中?)
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_Icon.html   GoogleIcon.jpg (如何放上多個Icon?)
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_Polygon.html (找出包含這些點的最小範圍?)
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_PolyLine.html
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_InfoWindow.html


Chapter 4. Google Maps 進階程式設計


4.1  地理定位 GoogleMapAPI/GoogleMapAPI_AsiaUniversity_Geolocation.html

      locationDetection.js
       http://dev.w3.org/geo/api/spec-source.html
4.2  地址轉譯 GoogleMapAPI/GoogleMapAPI_AsiaUniversity_GetAddress.html

      getAddress.js
4.3  經緯度反轉譯成地址 GoogleMapAPI/index.htm

     locationDetection.js      reverseGeocode.js


4.4 路徑規劃 
GoogleMapAPI/GoogleMapAPI_AsiaUniversity_DirectionService.html(改成亞洲大學到台中火車站、台中高鐵、中國醫藥大學、 建議路線?)



5. Google Maps 實作範例:找附近的中油加油站 (完整範例程式 cpcWeb.rar)
     5.1  取得加油站的地址與經緯度座標 (batchgeocode.rar) (中油加油站地址)

http://www.cpc.com.tw/big5_BD/tmtd/station/gsearch-1.asp?pno=65

台中市中油加油站 GoogleMapAPI/AsiaUniversity_CPC.xlsx

 

GoogleMapAPI/GoogleMapAPI_AsiaUniversity_batchgeocode.html
     5.2  基本版網頁應用程式
     5.3  加入自動定位
     5.4  用已知地址轉換成經緯度座標當作定點位置 (Example3)
     5.5  使用資訊視窗顯示更多資訊
     5.6  路徑規劃至加油站