DirectionLink Properties |
The DirectionLink type exposes the following members.
Name | Description | |
---|---|---|
Address | Obsolete.
The address where the direction link is located.
| |
Country |
Gets the Country in which this DirectionLink resides.
| |
DetailedStreetName |
A StreetNameDetails object, representing the various names
that the street associated with this direction link can have.
| |
ExpectedEndTime |
The amount of time that a vehicle traveling along the route defined by the linked list of
direction links is expected to take to arrive at the last point in this link from the time
it departs the first point of the first link in the linked list.
| |
FirstPoint |
The first point in the direction link. This is the same as the last point of the previous direction link in the linked list.
| |
Flags |
Detailed information about the road segment that the direction link covers, such as access restriction, legal speed limit, the types of vehicles permitted, and so on.
| |
LastPoint |
The last point in the direction link. This is the same as the first point of the next direction link in the linked list.
| |
LinkId |
A unique identifier for this direction link.
| |
Name |
A descriptive name for the direction link. This can be a street name or a type of road such as 'ramp'.
| |
Next |
The next direction link in the linked list.
| |
Points |
An array of points that indicate the path of the direction link.
| |
Prev |
The previous direction link in the linked list.
|