The capability of taking a map's layers and tables offline. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- hasErrors : bool
- layerCapabilities : list<LayerOfflineCapabilityPair>
- tableCapabilities : list<FeatureTableOfflineCapabilityPair>
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Indicates if there is at least one layer or table that cannot be included in the offline map.
This property indicates whether the map contains any layers or tables that cannot be taken offline. This is not relevant to offline maps that reference online-only layers and tables. Setting GenerateOfflineMapParameters.onlineOnlyServicesOption to Enums.OnlineOnlyServicesOptionInclude will allow online-only data to be included in the offline map and referenced by URL.
layerCapabilities : list<LayerOfflineCapabilityPair> |
Returns layer capabilities for all the layers in the map (read-only).
The dictionary maps layer instances to offline capability. The dictionary has keys of element type FeatureTable with values of OfflineCapability.
tableCapabilities : list<FeatureTableOfflineCapabilityPair> |
Returns table capabilities for all the layers in the map (read-only).
The list of FeatureTableOfflineCapabilityPairs maps table instances to offline capability.