LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
GpsGetLatitude
gpsapi.h
|
Generic GPS Functions
|
See Also
Returns the current geodetic latitude
Parameters
Parameters
Description
GPSFORMAT gfFormat
Specifies the units of the returned data.
Return Value
The current geodetic latitude
Remarks
The datum referenced is WGS84.
The units can be radians or decimal degrees, as specified by gfFormat
This function is not .NET compatible. For a .NET compatible equivalent, see
GpsGetLatitudeEx
See Also
GPSFORMAT
,
GpsGetLatitudeEx
Group
Generic GPS Functions
Declaration
double
GPSAPI
GpsGetLatitude
(
GPSFORMAT
gfFormat);
File
gpsapi.h
Links
gpsapi.h
,
Generic GPS Functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index