IntersectionLabellerPosition Constructor | |
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
)
Public Sub New (
location As LatLon,
heading As Double
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The LatLon location of the vehicle. - heading
- Type: SystemDouble
The desired heading of the vehicle.
See Also