IntersectionLabellerUpdatePosition Method (LatLon, Double) | |
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
)
Public Sub UpdatePosition (
location As LatLon,
heading As Double
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The updated LatLon location of the vehicle. - heading
- Type: SystemDouble
The updated heading of the vehicle.
See Also