A comprehensive driving directions service that provides accurate, real-time navigation to ensure a seamless travel experience..
The Directions API enables users to find the optimal route between two locations, providing essential information such as travel time, distance, traffic conditions, and detailed turn-by-turn instructions.
Specifies the latitude and longitude of the origin location in the format lat,lon.
yes
destination
string
Specifies the latitude and longitude of the destination location in the format lat,lon.
yes
apiKey
string
Your API key for accessing Gebeta Maps.
yes
instruction
string
A turn by turn instruction from the origin point to destnation. use value 1 to include instruction and 0 to ignore.
no
waypoints
string[]
An optional array of latitude and longitude pairs (formatted as "lat,lon") separated by semicolons, indicating intermediate locations to visit en route.
The Geocoding API has a rate limit of 50 requests per second per API token. Exceeding this limit will result in an error and rejected requests. To manage this, consider:
Throttling your requests.
Using multiple tokens for different applications or users.