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