[C#] Google路徑規劃(導航資訊)

[C#] Google路徑規劃(導航資訊)

專案需求要在Server端取得類似下圖右方的導航步驟

image

 

只要對此Url發出HttpGet Request就行了

http://maps.googleapis.com/maps/api/directions/json?origin=25.051119,121.544838&destination=25.046045,121.531963&mode=walking&units=metric&sensor=false

參數說明見官網:Google Directions API

 

其它值得參考文章:[Android] Google Map(三)– 取得導航資訊

[Google Maps JavaScript API V3] 路徑規劃 (這是前端javascript做法)