[Mobile]Windows Mobile 6.5 Widget - Widget 結合 Google Maps JavaScript API V3

今天介紹大家如何結合Widget與Google Maps JavaScript API V3
首先可以到下列網址,去了解一下目前最新版的Google Maps V3

今天介紹大家如何結合Widget與Google Maps JavaScript API V3

首先可以到下列網址,去了解一下目前最新版的Google Maps V3
http://code.google.com/intl/zh-TW/apis/maps/documentation/v3/

有玩過google map的人一定有玩過用地址,來查地圖這個功能

這個範例主要就是利用Widget載入Google map,然後可以做簡單的地址查詢功能

直接看範例

Widget.htm

google map 4種不同模式

   

  

輸入"taiwan taipei"


 

終於找到"台灣 台北"了

參考網址:
http://code.google.com/intl/zh-TW/apis/maps/documentation/v3/
http://code.google.com/intl/zh-TW/apis/maps/documentation/v3/examples/map-simple.html
http://code.google.com/intl/zh-TW/apis/maps/documentation/v3/examples/geocoding-simple.html