PositionHeadingString Method | |
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
)
Public Shared Function HeadingString (
Heading As Double
) As String
Parameters
- Heading
- Type: SystemDouble
The heading, in degrees.
Return Value
Type:
StringThe single or double-letter abbreviation for the given heading.
Remarks The given heading is rounded to the nearest 45 degrees.
See Also