Click or drag to resize

RouteMatrix Methods

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

The RouteMatrix type exposes the following members.

Methods
  NameDescription
Public methodAddStop
Add a new RouteStop to the matrix.
Public methodAddStops
Add new RouteStops to the matrix.
Public methodDispose
Public methodDistances(Int32)
Returns an array of distances (in meters) from the specified stop to all other stops.
Public methodDistances(Int32, Int32, LinkCost)
Returns an array of distances (in meters) from the specified stop to all other stops.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRecalculateFull
Clear the cached results from the matrix's times/distances/costs calculations.
Public methodTimes(Int32)
Returns an array of times (in seconds) from the specified stop to all others.
Public methodTimes(Int32, Int32, LinkCost)
Returns an array of times (in seconds) from the specified stop to all others, the maximum number of stops and the route cost.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also