LinksPoint GPS Toolkit Reference
GpsGetLatitudeEx
gpsapi.h | .NET Functions | See Also
Gets the current Geodetic Latitude
Parameters
Parameters Description
double * pdLatitude A pointer to a double to accept the latitude
GPSFORMAT gfFormat Specifies the units of pdLatitude
Remarks
  • This function is the .NET compatible equivalent of GpsGetLatitude.

  • The units can be radians or decimal degrees, as specified by gfFormat.

  • The latitude is referenced to WGS84.
See Also
GPSFORMAT, GpsGetLAtitude
Group
Declaration
GPSERROR GPSAPI GpsGetLatitudeEx(double * pdLatitude, GPSFORMAT gfFormat);
File
Links
Copyright ©1998-2005 Links Point Inc.