Eta

Calculate ETA between addresses

get

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
originAddressstringRequired

Starting address for distance and ETA calculation

Example: 12.9715987,77.5945627 or London, UK
originAddressIdnumberOptional

ID of the starting address for distance and ETA calculation

Example: 1
limitnumberOptional

Limit the number of destinations to calculate distance and ETA

Default: 10Example: 10
includePolylineanyOptional

Include polyline in the response

Example: true
Responses
chevron-right
200Success
application/json
get
/api/location/addresses/eta
200Success

Was this helpful?