路線只創建一個使用PlaceId一個途徑,如果我用經緯度或字符串PARAMS但我需要通過PlaceId創建它,但它不工作谷歌地圖API(JS)創建航點
例如:
directionsService.route({
origin: {'placeId': 'ChIJc1lGdwfP20YR3lGOMZD-GTM'},
destination: {'placeId': 'ChIJdTGhqsbP20YR6DZ2QMPnJk0'},
waypoints: [{stopover: true, location: new google.maps.Place('ChIJRVj1dgPP20YRBWB4A_sUx_Q')}],
optimizeWaypoints: true,
travelMode: google.maps.TravelMode.DRIVING
}
你試過選中此相關[SO問題](http://stackoverflow.com/questions/33990153 /傳遞到位-ID定位到目的地功能於谷歌 - 地圖-API)?你的錯誤日誌是什麼? – abielita
我試過但沒有結果。 placeId僅適用於原產地和目的地。我沒有找到結果 –