The following members of QML type ExportVectorTilesTask are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- exportVectorTilesJobs : list<ExportVectorTilesJob>
(obsolete)
Signals
- exportVectorTilesJobsChanged()
(obsolete)
Property Documentation
exportVectorTilesJobs : list<ExportVectorTilesJob> |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The list of ExportVectorTilesJob objects. Each job can be tracked using the jobStatus property.
This property is deprecated at 100.15. Use the Job that is returned from the task instead.
See also ExportVectorTilesJob.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the exportVectorTilesJobs property changes. This signal is deprecated at 100.15. Use the Job that is returned from task instead.
Note: The corresponding handler is onExportVectorTilesJobsChanged
.