NavigatorDestination Property | |
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; }
Public Property Destination As RouteStop
Get
Set
Property Value
Type:
RouteStopRemarks
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