DirectionLink Methods |
The DirectionLink type exposes the following members.
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.) |