RouteStopStart Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
If true this stop is the start point for the route.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Start { get; }
Public ReadOnly Property Start As Boolean
Get
Property Value
Type:
BooleanRemarks
If there is a start the route will always optimize with the given start
point at the start. Otherwise the start point that would give the best route
is chosen. Similarly, a route with an end point will always optimize with
that fixed end point and if an end point is not defined the 'best' (as defined
by the routing engine) candidate from all stops will be chosen as the end point.
Start points are (by default) colored dark green.
See Also