QGeoSatelliteInfo Class
The QGeoSatelliteInfo class contains basic information about a satellite. More...
| Header: | #include <QGeoSatelliteInfo> |
| qmake: | QT += positioning |
| Since: | Qt 5.2 |
This class was introduced in Qt 5.2.
Public Types
| enum | Attribute { Elevation, Azimuth } |
| enum | SatelliteSystem { Undefined, GPS, GLONASS } |
Detailed Description
See also QGeoSatelliteInfoSource.
Member Type Documentation
enum QGeoSatelliteInfo::Attribute
Defines the attributes for the satellite information.
| Constant | Value | Description |
|---|---|---|
QGeoSatelliteInfo::Elevation | 0 | The elevation of the satellite, in degrees. |
QGeoSatelliteInfo::Azimuth | 1 | The azimuth to true north, in degrees. |
enum QGeoSatelliteInfo::SatelliteSystem
Defines the GNSS system of the satellite.
| Constant | Value | Description |
|---|---|---|
QGeoSatelliteInfo::Undefined | 0x00 | Not defined. |
QGeoSatelliteInfo::GPS | 0x01 | Global Positioning System (USA). |
QGeoSatelliteInfo::GLONASS | 0x02 | Global Positioning System (Russia). |