WGS84::GetLatitudeString

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

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

Syntax

void GetLatitudeString(
  TCHAR *buf,
  int len
);

Parameters

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

Return Value

None.

Remarks

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

This method converts the latitude of the location from semicircles to degrees, and then returns a string that specifies the latitude 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::GetLongitudeString
WGS84::GetLocationString
WGS84 Class
MSN Direct Services Classes