The Position type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Altitude |
Altitude in meters.
| |
| Course |
True course in decimal degrees.
| |
| Day |
Current day of the month.
| |
| Fix |
Returns fix related data:
-1 - No Info
0 - Invalid
1 - Valid SPS
2 - Valid DGPS
3 - Valid PPS
| |
| GeoHeight |
Difference between WGS-84 reference ellipsoid surface and the mean-sea-level altitude in meters (geoidal separation).
| |
| Hdop |
Horizontal dilution of precision.
| |
| Heading |
True heading in decimal degrees.
| |
| Hour |
Current hour.
| |
| LatitudeAsDecimalDegrees |
Latitude in decimal degrees.
| |
| LatitudeDegree |
Degree component of latitude.
| |
| LatitudeDirection |
Direction component of latitude. (North (+) or South (-))
| |
| LatitudeMinute |
Minute component of latitude.
| |
| LatitudeSecond |
Second component of latitude.
| |
| LongitudeAsDecimalDegrees |
Longitude in decimal degrees.
| |
| LongitudeDegree |
Degree component of longitude.
| |
| LongitudeDirection |
Direction component of longitude (East or West).
| |
| LongitudeMinute |
Minute component of longitude.
| |
| LongitudeSecond |
Second component of longitude.
| |
| MagneticCourse |
Magnetic course.
| |
| MagneticDeviation |
Magnetic deviation in degrees.
| |
| MagneticDeviationDirection |
Direction of magnetic deviation (East or West).
| |
| MagneticHeading |
Magnetic heading.
| |
| MagneticVariation |
Magnetic variation (declination) in degrees.
| |
| MagneticVariationDirection |
Direction of magnetic variation (East or West).
| |
| Millisecond |
Current millisecond.
| |
| Minute |
Current minute (time).
| |
| Mode1 |
Returns the operating mode:
1 - Auto 2D/3D
2 - Forced 2D/3D
| |
| Mode2 |
Returns the operating mode:
1 - If no fix
2 - If the position is a 2D GPS fix
3 - If the position is a 3D GPS fix
| |
| Month |
Current month of the year.
| |
| Pdop |
Position dilution of precision.
| |
| SatelliteCount |
Count of the satellites used to determine the fix position.
If you need the count of all satellites in view, use Satellites.Count instead of Satellite_Count.
| |
| Satellites |
List of satellites in view (List of Satellite objects).
| |
| Second |
Current second (time).
| |
| SpeedAsKmh |
Speed in km/h.
| |
| SpeedAsKnots |
Speed in knots.
| |
| Vdop |
Vertical dilution of precision.
| |
| Year |
Current year.
|
See Also