DirectionLink Class |
Namespace: Telogis.GeoBase.Routing
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStreetLink |
Returns a reference to the StreetLink that this direction link travels over.
The street link can be used to obtain information such as the the time zone where the street lies and the
post codes for the street.
Note that the street link may cover more distance than the direction link. You can compare the FirstPoint
and LastPoint properties of the street link to the same-named properties of the direction link to determine
whether they represent the same portion of a street.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
QueryAddress |
Queries for the Address which describes this DirectionLink.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |