I. Search

Error

ExceptionType

  • Data type: string.
  • Meaning: Error type.

Message

  • Data type: string.
  • Meaning: Detailed error information.


Point

Longitude

  • Data type: double.
  • Meaning: Longitude.

Latitude

  • Data type: double.
  • Meaning: Latitude.


ReverseGeocodeResult

District

  • Data type: string.
  • Meaning: Set of district names.

DistrictId

  • Data type: string.
  • Meaning: Set of district administrative unit codes.

Province

  • Data type: string.
  • Meaning: Set of province/city names.

ProvinceId

  • Data type: string.
  • Meaning: Set of city (province) administrative unit codes.

Street

  • Data type: string.
  • Meaning: Set of street names.

Ward

  • Data type: string.
  • Meaning: Set of ward names.

WardId

  • Data type: string.
  • Meaning: Set of ward administrative unit codes.


VietBandoPOI

VietbandoId

  • Data type: string.
  • Meaning: Id of POI.

Name

  • Data type: string.
  • Meaning: Name of POI.

GroupCode

  • Data type: int.
  • Meaning: Group code.

CategoryCode

  • Data type: int.
  • Meaning: Category code.

Room

  • Data type: string.
  • Meaning: Room number.

Floor

  • Data type: string.
  • Meaning: Floor number.

Building

  • Data type: string.
  • Meaning: Building name.

Number

  • Data type: string.
  • Meaning: Address number of POI.

Street

  • Data type: string.
  • Meaning: Street name of POI.

Ward

  • Data type: string.
  • Meaning: Ward name of POI.

District

  • Data type: string.
  • Meaning: District name of POI.

Province

  • Data type: string.
  • Meaning: Province name of POI.

Phone

  • Data type: string.
  • Meaning: Phone number of POI.

Fax

  • Data type: string.
  • Meaning: Fax number of POI.

Longitude

  • Data type: double.
  • Meaning: Longitude of POI.

Latitude

  • Data type: double.
  • Meaning: Latitude of POI.

II. Directions

DirectionResult

FullPath

  • Data type: double[].
  • Meaning: List of coordinates of the points that the route goes through.

PathLength

  • Data type: double.
  • Meaning: Length of the route.

RealPlaces

  • Data type: double[].
  • Meaning: List of points that pass into.

ResultScript

  • Data type: ShortestPath[].
  • Meaning: Detailed instructions for the route.

Segments

  • Data type: int[].
  • Meaning: Corresponding length of each segment on the route.


Dir

  • 0: Head.
  • 1: Turn left on.
  • 2: Turn right on.
  • 3: Continue to follow.
  • 4: At the roundabout.
  • 5: Turn to.
  • 6: At.
  • 7: Pass over.


Leg

EndX

  • Data type: double.
  • Meaning: Longitude of the ending point corresponds to leg in the route.

EndY

  • Data type: double.
  • Meaning: Latitude of the ending point corresponds to leg in the route.

Found

  • Data type: bool.
  • Meaning: A value indicating whether the path has found.

Len

  • Data type: double.
  • Meaning: Length of leg.

StartX

  • Data type: double.
  • Meaning: Longitude of the starting point corresponds to leg in the route.

StartY

  • Data type: double.
  • Meaning: Latitude of the starting point corresponds to leg in the route.

Step

  • Data type: Step[].
  • Meaning: List of steps in leg.


ShortestPath

Leg

  • Data type: Leg[].
  • Meaning: List of legs.

Len

  • Data type: double.
  • Meaning: Length of the route.


Step

Angle

  • Data type: int.
  • Meaning: Angle of the turn direction.

Dir

  • Data type: Dir.
  • Meaning: Direction of step.

Len

  • Data type: double.
  • Meaning: Length of step.

Name

  • Data type: string.
  • Meaning: Name of step.

Start

  • Data type: int.
  • Meaning: Index of the starting point corresponds to step in each leg.

X

  • Data type: double.
  • Meaning: Longitude of the starting point corresponds to step in each leg.

Y

  • Data type: double.
  • Meaning: Latitude of the starting point corresponds to step in each leg.


TransportType

  • Walk = 0: Walk
  • Bike = 1: Bike.
  • Car = 2: Car.
  • Truck = 3: Truck.
  • Emergency = 5: Emergency.