Click or drag to resize

DirectionLink Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The DirectionLink type exposes the following members.

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