雖然我正在閱讀blog,但我對在android上使用Directions API感到困惑。 是否可以在地圖上集成Directions API? 爲了更清楚地說明,我正在研究一個應用程序,該應用程序將接受來自用戶的輸入,例如source
和destinations
...採取這些輸入我想顯示一個適當的地圖,其中描述了步行和駕駛方向。只是一個JSON parser (or XML)
足以支持我的這個願望,以及一個畫布......或者我將不得不創建我自己的API才能完成這個任務嗎?Android上的Directions API
8
A
回答
8
是的,這是可以整合方向API與地圖。 沒有必要編寫自己的API。你可以很容易地實現這一點。 有了Google android api V2,沒有必要畫畫布。添加內容非常簡單。
請在這裏閱讀谷歌地圖 https://developers.google.com/maps/documentation/android/start
和方向
https://developers.google.com/maps/documentation/directions/
期間您有任何具體問題,那麼請讓這個過程。
感謝,
相關問題
- 1. Mapbox gl directions API
- 2. Google Directions API
- 3. Android Gesture Directions
- 4. Google Directions API可以在android上轉向嗎?
- 5. Google Directions API時間流量
- 6. iPhone - Google Directions API Response Problems
- 7. Google Directions API + URL鏈接
- 8. Google Maps API [Directions API]航點限制?
- 9. 如何迭代Google Directions API的路徑?
- 10. Google Directions API的替代方案
- 11. 如何在android中使用庫實現Google Directions API?
- 12. 在Android中使用Directions API顯示多條路線
- 13. Google Maps Directions API duration_in_traffic與maps.google.com不同
- 14. Google Maps Directions API等效網址
- 15. 如何爲Google Directions API考慮標題?
- 16. Google Directions API是否考慮流量?
- 17. Google directions api web service - 在地圖上顯示回覆。可能嗎?
- 18. Google Directions Api API將API密鑰鏈接到php文件
- 19. 將Google Place Picker API與Google Directions API集成
- 20. Directions at mapView
- 21. Google Maps Directions Only
- 22. Google Directions,bug in common.js?
- 23. http://m.bing.com/directions參數?
- 24. 使用Google Directions API計算兩點之間的實際距離
- 25. 如何通過Excel Web查詢提取Google Directions API的距離?
- 26. 如何返回Google Directions API的距離以備後用?
- 27. 如何匹配來自Google Directions API響應的兩條路線?
- 28. 保存可拖動的路線Google Directions API v3
- 29. 使用importxml和Google Spreadsheets中的密鑰從Directions API獲取
- 30. 從Google Map Directions API中獲取編碼的折線PHP
「這項服務的目的不是實時響應用戶的輸入,例如」 https://developers.google.com/maps/documentation/directions/ – cdf 2013-10-29 03:09:01
從技術上講,你可以_should_創建自己的API來代理請求,因爲API密鑰只能使用IP地址限制進行保護,如果設備本身觸及API,則無法執行此操作。沒有它,有人可以輕易濫用您的API密鑰。 – 2017-04-12 03:01:34