Click or drag to resize

DirectionLink Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A DirectionLink represents a portion of a route that goes between two choice points (such as intersections). DirectionLink objects form a linked list that can be accessed from a Directions object by calling the GetDirectionLinks method.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingDirectionLink

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class DirectionLink

The DirectionLink type exposes the following members.

Properties
  NameDescription
Public propertyAddress Obsolete.
The address where the direction link is located.
Public propertyCountry
Gets the Country in which this DirectionLink resides.
Public propertyDetailedStreetName
A StreetNameDetails object, representing the various names that the street associated with this direction link can have.
Public propertyExpectedEndTime
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.
Public propertyFirstPoint
The first point in the direction link. This is the same as the last point of the previous direction link in the linked list.
Public propertyFlags
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.
Public propertyLastPoint
The last point in the direction link. This is the same as the first point of the next direction link in the linked list.
Public propertyLinkId
A unique identifier for this direction link.
Public propertyName
A descriptive name for the direction link. This can be a street name or a type of road such as 'ramp'.
Public propertyNext
The next direction link in the linked list.
Public propertyPoints
An array of points that indicate the path of the direction link.
Public propertyPrev
The previous direction link in the linked list.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStreetLink
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQueryAddress
Queries for the Address which describes this DirectionLink.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also