Click or drag to resize

NavigatorDestination Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the navigator's destination, as a RouteStop.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStop Destination { get; set; }

Property Value

Type: RouteStop
Remarks
If the destination is set to null then the navigator's RouteCalculator reverts to the default route calculator.

Related articles: Using a Navigator, Using a TurnBox.

See Also