I am looking for a specific feature from a Map Routing API service.
After doing a bit of research, I have found that the Google Directions API will not supply all the features I require from this service.
Has anyone found/know of a viable/potential solution I could further investigate?
ARRIVAL_TIME
. Which appears to be unavailable for driving directions.
https://developers.google.com/maps/documentation/directions/intro#RequestParameters
departure_time
— Specifies the desired time of departure. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC. Alternatively, you can specify a value of now, which sets the departure time to the current time (correct to the nearest second). The departure time may be specified in two cases:
For transit directions:
You can optionally specify one of departure_time or arrival_time. If neither time is specified, the departure_time defaults to now (that is, the departure time defaults to the current time).For driving directions:
Google Maps API for Work customers can specify the departure_time to receive trip duration considering current traffic conditions. The departure_time must be set to within a few minutes of the current time. arrival_time
— Specifies the desired time of arrival for transit directions, in seconds since midnight, January 1, 1970 UTC. You can specify either departure_time or arrival_time, but not both. Note that arrival_time must be specified as an integer.
It appears that the Google API will support this feature in the very near future. I had a meeting with a few friendly folks who resell the Google API and they said to sit tight and wait for the next API release. It may not be available to the public, but it will definitely be available via paid API access.
I will update this answer with more information as it comes to light.