Directions (V2)
Routing from point A to point B.
Url
Method: GET
https://maps.track-asia.com/route/{VERSION}/directions/{OUTPUT_FORMAT}
Example
https://maps.track-asia.com/route/v2/directions/json?origin=10.1234,106.1234&destination=10.5678,106.5678&key=public_key
https://maps.track-asia.com/route/v2/directions/xml?origin=10.1234,106.1234&destination=10.5678,106.5678&mode=motorcycling&key=public_key
https://maps.track-asia.com/route/v2/directions/json?origin=2 đường Nguyễn Huệ, TP. Hồ Chí Minh&destination=10.5678,106.5678&key=public_key
https://maps.track-asia.com/route/v2/directions/json?origin=2 đường Nguyễn Huệ, TP. Hồ Chí Minh&destination=Quận 5, TP. Hồ Chí Minh&key=public_key
Key | Values | Description | Example |
---|---|---|---|
VERSION | v2 | Version | v2 |
OUTPUT_FORMAT | json or xml | Output format | json |
Parameters
Parameter | Values | Description | Example |
---|---|---|---|
mode | driving (default), motorcycling , walking | The transportation mode to use | motorcycling |
origin | {latitude},{longitude} (recommended) or address string | Textual latitude/longitude value to which you wish to calculate directions, ensure that no space exists between the latitude and longitude values. If you pass an address Directions service will geocode the string and convert to latitude/longitude | 10.1234,106.1234 |
destination | {latitude},{longitude} (recommended) or address string | Textual latitude/longitude value to which you wish to calculate directions, ensure that no space exists between the latitude and longitude values. If you pass an address Directions service will geocode the string and convert to latitude/longitude | 10.5678,106.5678 |
key | String (required) | API key | public_key |