Eta
Calculates the Estimated Time of Arrival (ETA) between the provided origin and destination addresses using the Google Maps API.
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
originAddressstringRequiredExample:
Starting address for distance and ETA calculation
12.9715987,77.5945627 or London, UKoriginAddressIdnumberOptionalExample:
ID of the starting address for distance and ETA calculation
1limitnumberOptionalDefault:
Limit the number of destinations to calculate distance and ETA
10Example: 10includePolylineanyOptionalExample:
Include polyline in the response
trueResponses
200Success
application/json
get
/api/location/addresses/eta200Success
Was this helpful?