Click or drag to resize

RouteMatrix Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodRouteMatrix(RouteStop, RoutingStrategy)
Create a new Matrix from the given set of RouteStops.
Public methodRouteMatrix(RoutingStrategy, String)
Load the RouteMatrix from the given journal file.
Public methodRouteMatrix(RouteStop, RoutingStrategy, String)
Create a new Matrix from the given set of RouteStops, and record the actions taken during calculation of this RouteMatrix to the given journal file. The journal file can then be loaded later to speed up the construction of an identical RouteMatrix.
Public methodRouteMatrix(RouteStop, RoutingStrategy, CancellationToken)
Create a new Matrix from the given set of RouteStops.
Public methodRouteMatrix(RoutingStrategy, String, CancellationToken)
Load the RouteMatrix from the given journal file.
Public methodRouteMatrix(RouteStop, RoutingStrategy, String, CancellationToken)
Create a new Matrix from the given set of RouteStops, and record the actions taken during calculation of this RouteMatrix to the given journal file. The journal file can then be loaded later to speed up the construction of an identical RouteMatrix.
Top
See Also