LinksPoint GPS Toolkit Reference
GPSFORMAT
gpsapi.h | Types | See Also
Specifies the units of angular measurement
Remarks
The units of angular measurements like Latitude, Longitude, Bearing, and Heading can be reported in degrees, which are more user friendly, or radians, which are easier to manipute with mathematical functions.
See Also
Members
Members Description
GPSFORMAT_DEGREES = 0 Requested position format in Degrees
GPSFORMAT_RADIANS Requested position format in radians
Group
Declaration
typedef enum {
  GPSFORMAT_DEGREES = 0,
  GPSFORMAT_RADIANS
} GPSFORMAT;
File
Links
Copyright ©1998-2005 Links Point Inc.