The GPSFix object is a system structure that stores information about the current position fix. It is used by the SerialGPS object. The GPSFix object has no events. It inherits functions from the PowerObject base object.
GPSFix property |
Datatype |
Description |
---|---|---|
Real |
Height above mean sea level (geoid). |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
Integer |
Quality of the current position fix. Values are:
|
|
Time |
Universal Time Coordinate (UTC) at which the current position fix was read. |
|
Real |
Height of geoid above WGS84 ellipsoid. |
|
Real |
Relative accuracy of the horizontal position. |
|
Boolean |
Whether there is valid fix data from the satellite. |
|
GPSCoordinate |
North/South position in degrees. |
|
GPSCoordinate |
East/West position in degrees. |
|
Integer |
Number of satellites used for the current position fix. |
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |