I can specify the origin with latitude and longtitude using
DirectionsService.route({
origin: new google.maps.LatLng(-34.397, 150.644)
...
Is there a way to do it with place id?
origin: new google.maps.places.PlacesService('ChIJN1t_tDeuEmsRUsoyG83frY4'
and
origin: 'place_id:ChIJN1t_tDeuEmsRUsoyG83frY4'
do not work.