Position Properties

ZylGpsReceiver.NET Mobile

The Position type exposes the following members.

Properties

  NameDescription
Public propertyAltitude
Altitude in meters.
Public propertyCourse
True course in decimal degrees.
Public propertyDay
Current day of the month.
Public propertyFix
Returns fix related data: -1 - No Info 0 - Invalid 1 - Valid SPS 2 - Valid DGPS 3 - Valid PPS
Public propertyGeoHeight
Difference between WGS-84 reference ellipsoid surface and the mean-sea-level altitude in meters (geoidal separation).
Public propertyHdop
Horizontal dilution of precision.
Public propertyHeading
True heading in decimal degrees.
Public propertyHour
Current hour.
Public propertyLatitudeAsDecimalDegrees
Latitude in decimal degrees.
Public propertyLatitudeDegree
Degree component of latitude.
Public propertyLatitudeDirection
Direction component of latitude. (North (+) or South (-))
Public propertyLatitudeMinute
Minute component of latitude.
Public propertyLatitudeSecond
Second component of latitude.
Public propertyLongitudeAsDecimalDegrees
Longitude in decimal degrees.
Public propertyLongitudeDegree
Degree component of longitude.
Public propertyLongitudeDirection
Direction component of longitude (East or West).
Public propertyLongitudeMinute
Minute component of longitude.
Public propertyLongitudeSecond
Second component of longitude.
Public propertyMagneticCourse
Magnetic course.
Public propertyMagneticDeviation
Magnetic deviation in degrees.
Public propertyMagneticDeviationDirection
Direction of magnetic deviation (East or West).
Public propertyMagneticHeading
Magnetic heading.
Public propertyMagneticVariation
Magnetic variation (declination) in degrees.
Public propertyMagneticVariationDirection
Direction of magnetic variation (East or West).
Public propertyMillisecond
Current millisecond.
Public propertyMinute
Current minute (time).
Public propertyMode1
Returns the operating mode: 1 - Auto 2D/3D 2 - Forced 2D/3D
Public propertyMode2
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
Public propertyMonth
Current month of the year.
Public propertyPdop
Position dilution of precision.
Public propertySatelliteCount
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.
Public propertySatellites
List of satellites in view (List of Satellite objects).
Public propertySecond
Current second (time).
Public propertySpeedAsKmh
Speed in km/h.
Public propertySpeedAsKnots
Speed in knots.
Public propertyVdop
Vertical dilution of precision.
Public propertyYear
Current year.
Top
See Also

Reference