Description
The DirectionRow object represents a single driving maneuver in returned lists of directions.
Version
Version 4.2
Parameter | Type | Notes |
---|---|---|
Maneuver
|
string | The driving instructions |
DistanceAtStart
|
Decimal | How far along the total trip that the maneuver occurs |
LegDistance
|
Decimal | |
LegIndex
|
Int32 | |
Time
|
Int32 | In minutes |
Road
|
string | |
IsToll
|
Boolean | |
Latitude
|
Decimal | |
Longitude
|
Decimal | |
TollCharge
|
Decimal | Charge for driving on toll roads |
State
|
string | |
Heading
|
string |
Notes
None
Related
None