-1
我設法將Google Place Picker API集成到Android Studio中的代碼中,但我仍需要獲取從設備當前位置到所選位置的駕車路線。有任何想法嗎?將Google Place Picker API與Google Directions API集成
我設法將Google Place Picker API集成到Android Studio中的代碼中,但我仍需要獲取從設備當前位置到所選位置的駕車路線。有任何想法嗎?將Google Place Picker API與Google Directions API集成
使用挑選地點的地點ID。
的destination
參數的谷歌地圖API路線的can be a Place ID:
destination
- 地址,文字經/緯度值,或地方ID到您要計算導航。 ...
注意的是,在origin
和destination
參數:
將ID必須與
place_id:
前綴。只有在請求中包含API密鑰或Google Maps API Premium計劃客戶端ID時,纔可以指定地點ID。
查看Google Maps Directions API documentation瞭解詳細信息和示例。