SatelliteInfo QML Type

Information about individual visible satellites. More...

Import Statement: import ArcGIS.AppFramework.Positioning 1.0

Properties

Signals

Detailed Description

The SatelliteInfo component provides information about individual satellites returned by SatelliteListModel. This component can only be instantiated from SatelliteListModel, and cannot be used independent from it.

Property Documentation

[read-only] azimuth : double

The azimuth of the satellite, in degrees.


[read-only] elevation : double

The elevation of the satellite, in degrees.


[read-only] isInUse : bool

Returns true if the satellite is currently in use for positioning. Otherwise, returns false.


[read-only] satelliteIdentifier : int

Returns the satellite identifier number. This number is used to identify a specific satellite inside the satellite system, however what this number represents differs depending on the system.


[read-only] signalStrength : int

Returns the signal strength of the satellite. If this value is not available, returns -1.


Signal Documentation

objectChanged()

Signal emitted when any of this component's properties change.

Note: The corresponding handler is onObjectChanged.


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