ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents the parameters passed out through the GettingTspVisitRoute event.
GettingRouteViaVisitStopsRoutingEngineEventArgs()
This is the default constructor with no parameters
N/A
GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>)
This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>,Boolean)
This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
N/A
N/A
N/A
N/A
N/A
N/A
Gets or sets the value that allows you stops the calculating and return current result. The default value is false.
If you set the value to true, it will stops the calculating and return current result.
N/A
Gets a number collection that represent the order in which the stops are visited.
N/A
N/A