Introduction
Geocodes or looks up the latitude and longitude from a list of addresses.
When MapBox is the configured geocoder, each address is limited to 20 search tokens. Addresses exceeding that limit are not looked up and return null.
Parameters

addresses

The formatted addresses in an array of String(s).

credentials

The user's Geotab login credentials.
Return value
The array of Coordinate(s) for the address or null if it cannot be found.
Code samples
Rate limits
MethodDescriptionLimitPeriodStatus
GetCoordinatesLimit of 300 requests per 1m.3001mInactive

Loading API Runner...