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
KeyValuesDescriptionExample
VERSIONv2Versionv2
OUTPUT_FORMATjson or xmlOutput formatjson

Parameters

ParameterValuesDescriptionExample
modedriving (default), motorcycling , walkingThe transportation mode to usemotorcycling
origin{latitude},{longitude} (recommended) or address stringTextual 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/longitude10.1234,106.1234
destination{latitude},{longitude} (recommended) or address stringTextual 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/longitude10.5678,106.5678
keyString (required)API keypublic_key