Click or drag to resize

Vector Constructor (LatLon, Double)

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

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

Parameters

location
Type: Telogis.GeoBaseLatLon
The LatLon location.
heading
Type: SystemDouble
Heading in degrees.
See Also