RouteMatrixTimes Method (Int32, Int32, LinkCost) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an array of times (in seconds) from the specified stop to all
others, the maximum number of stops and the route cost.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double[] Times(
int stopNumber,
int maxStops,
LinkCost maxCost
)
Public Function Times (
stopNumber As Integer,
maxStops As Integer,
maxCost As LinkCost
) As Double()
Parameters
- stopNumber
- Type: SystemInt32
The stop from which all times are referenced to. - maxStops
- Type: SystemInt32
The maximum number of stops to be calculated. - maxCost
- Type: Telogis.GeoBase.RoutingLinkCost
The maximum acceptable cost.
Return Value
Type:
DoubleAn array of times (in seconds) from the specified stop to all others,
the maximum number of stops and the route cost.
Implements
IRouteMatrixTimes(Int32, Int32, LinkCost)See Also