Click or drag to resize

IntersectionLabellerUpdatePosition Method (LatLon, Double)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Update the position of a single vehicle.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void UpdatePosition(
	LatLon location,
	double heading
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The updated LatLon location of the vehicle.
heading
Type: SystemDouble
The updated heading of the vehicle.
See Also