Routing
Calculate routes, travel-time matrices and reachable areas for Thailand mobility workflows.
Use Route for a journey, Matrix for many origin/destination pairs and Isochrone for coverage areas.
Route, Matrix or Isochrone?
Route returns a path between ordered waypoints. Matrix compares travel time and distance between many points. Isochrone returns the area reachable from one point within a time limit.
Calculate a route
Coordinates are longitude,latitude pairs separated by semicolons. Use POST when you have more waypoints or want a JSON request body.
A second route example
A longer leg — duration and distance scale, the response shape does not.
Production guidance
Run routing requests from your server when they contain private operational data. Cache stable routes briefly, handle no-route responses, and show the snapped waypoints when precision matters.