Click or drag to resize

WaypointRouteCalculatorUpdatePosition Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Update the GPS position.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void UpdatePosition(
	Position pos
)

Parameters

pos
Type: Telogis.GeoBase.NavigationPosition
The current Position of the GPS unit.

Implements

IRouteCalculatorUpdatePosition(Position)
Remarks

If ForceWaypointOrder is true, then GPS points are only compared with the next unvisited Waypoint.

If ForceWaypointOrder is false, each time a GPS point comes in, it is compared with all Waypoints that have not been visited, and if it is within the threshold of one of them, then it and all previous Waypoints are marked as visited.

See Also