Click or drag to resize

IntersectionLabellerPosition Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new Position with the given location and heading.

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

Parameters

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