Click or drag to resize

WaypointRouteCalculatorSetVisitedThreshold Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the threshold for deciding when a Waypoint has been visited. The default is 300 ft.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetVisitedThreshold(
	double distance,
	DistanceUnit units
)

Parameters

distance
Type: SystemDouble
The distance before a Waypoint has been deemed visited.
units
Type: Telogis.GeoBaseDistanceUnit
The units for the distance.
See Also