WGS84::GetLocationString

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

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

Syntax

void GetLocationString(
  TCHAR *buf,
  int len
);

Parameters

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

Return Value

None.

Remarks

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

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