RouteMatrix Methods |
The RouteMatrix type exposes the following members.
Name | Description | |
---|---|---|
AddStop |
Add a new RouteStop to the matrix.
| |
AddStops |
Add new RouteStops to the matrix.
| |
Dispose | ||
Distances(Int32) |
Returns an array of distances (in meters) from the specified stop to all other stops.
| |
Distances(Int32, Int32, LinkCost) |
Returns an array of distances (in meters) from the specified stop to all other stops.
| |
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RecalculateFull |
Clear the cached results from the matrix's times/distances/costs calculations.
| |
Times(Int32) |
Returns an array of times (in seconds) from the specified stop to all others.
| |
Times(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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |