Click or drag to resize

PositionHeadingString Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the abbreviation ("N", "NE", "E" etc) for a given heading.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string HeadingString(
	double Heading
)

Parameters

Heading
Type: SystemDouble
The heading, in degrees.

Return Value

Type: String
The single or double-letter abbreviation for the given heading.
Remarks
The given heading is rounded to the nearest 45 degrees.
See Also