WGS84::GetLongitudeString

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This method returns a human-readable string that specifies the longitude of this World Geodetic System (WGS-84) location, in degrees.

Syntax

void GetLongitudeString(
  TCHAR *buf,
  int len
);

Parameters

  • buf
    [in/out] TCHAR that on return contains a human-readable representation of the longitude value.
  • len
    [in] Indicates the number of characters available in the string buffer len.

Return Value

None.

Remarks

This longitude value is based on the World Geodetic System (WGS-84) coordinate system.

This method converts the longitude of the location from semicircles to degrees, and then returns a string that specifies the longitude value in degrees.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

WGS84::GetLatitudeString
WGS84::GetLocationString
WGS84 Class
MSN Direct Services Classes