The following members of QML type AbstractLocationDataSource are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- started : bool
(obsolete)
Signals
- startedChanged()
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Whether this data source has been started (true
) or not (false
) (read-only).
Note: Use locationDataSourceStatus along with {Enums.LocationDataSourceStatus} {Enums.LocationDataSourceStatusStarted}.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Signal emitted when the started property of the data source changes.
Note: Use locationDataSourceStatusChanged.
Note: The corresponding handler is onStartedChanged
.