SatelliteListModel QML Type

An abstract list model for satellite strength, elevation, azimuth. More...

Import Statement: import ArcGIS.AppFramework.Positioning 1.0

Properties

Signals

Methods

Detailed Description

The SatelliteListModel component provides the collective information of every positioning satellite currently visible. This component can then be used to retrieve individual SatelliteInfo objects for each visible satellite.

Enumerations

SatelliteRoles enumeration

NameValue
SatelliteListModel.IdentifierRole257
SatelliteListModel.InUseRole258
SatelliteListModel.SignalStrengthRole259
SatelliteListModel.ElevationRole260
SatelliteListModel.AzimuthRole261

Property Documentation

[read-only] count : int

Returns the number of satellites in the list model.


[read-only] satelliteInfoAvailable : bool

Returns true if satellite information is currently available. Otherwise, returns false.


Signal Documentation

canProvideSatelliteInfoChanged()

Signal emitted when the ability to obtain satellite info has changed.

Note: The corresponding handler is onCanProvideSatelliteInfoChanged.


resetSatellitesInUse(QList<QGeoSatelliteInfo> inUseList)

Note: The corresponding handler is onResetSatellitesInUse.


Method Documentation

clear()


SatelliteInfo get(int index)

Returns a SatelliteInfo object for the satellite with the given index.

The index parameter

The index number of the satellite you're creating a SatelliteInfo object for. This must be a number within the range given by the count property.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.