DriveStepDetail
DriveStep Object (Details)(Type: Object)
Attribute Description
cities (Array<ViaCity>): Route City List
tmcs (Array<TMC>): Real-time traffic information list
DriveStep Object (Details)(Type: Object)
cities (Array<ViaCity>): Route City List
Attribute | Type | Description | |||
city | ViaCity | Route City List Element | |||
name | Route Name | ||||
citycode | City Code | ||||
adcode | Region Code | ||||
districts | Array<District> | Administrative Division List | |||
district | District | Administrative Division List Element | |||
name | Region Name | ||||
adcode | Region code | ||||
tmcs (Array<TMC>): Real-time traffic information list
Attribute | Type | Description | |
tmc | TMC | Real-time traffic information list element | |
lcode | The code corresponding to the road condition information. If the direction is positive, the lcode return value is greater than 0; otherwise, the lcode return value is less than 0; if it returns 0, it means there is no lcode for this road segment | ||
distance | The length of the road segment corresponding to this lcode, unit: meters | ||
status | Traffic status, possible values are: unknown, smooth, slow, congested | ||