LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
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
GpsGetPosition
Members
Members
Description
GPSFORMAT_DEGREES = 0
Requested position format in Degrees
GPSFORMAT_RADIANS
Requested position format in radians
Group
Types
Declaration
typedef
enum
{ GPSFORMAT_DEGREES = 0, GPSFORMAT_RADIANS }
GPSFORMAT
;
File
gpsapi.h
Links
gpsapi.h
,
Types
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index