Click or drag to resize

RouteMatrix Constructor (RouteStop, RoutingStrategy)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new Matrix from the given set of RouteStops.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteMatrix(
	RouteStop[] InitialStops,
	RoutingStrategy Strategy
)

Parameters

InitialStops
Type: Telogis.GeoBaseRouteStop
The stops to be used to intitalize the matrix, as an array of RouteStops.
Strategy
Type: Telogis.GeoBase.RoutingRoutingStrategy
A RoutingStrategy to be used to calculate the costs within this matrix.
Remarks
Duplicates are allowed and stops are not reordered before they are added to the matrix's collection.
See Also