Copy constructor from other OfflineMapCapabilities.
[noexcept]
OfflineMapCapabilities::OfflineMapCapabilities(Esri::ArcGISRuntime::OfflineMapCapabilities &&other)
Move constructor from other OfflineMapCapabilities.
[noexcept]
OfflineMapCapabilities::~OfflineMapCapabilities()
Destructor.
bool OfflineMapCapabilities::hasErrors() constReturns true
if there is at least one layer or table that cannot be included in the offline map, false
otherwise.
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 OnlineOnlyServicesOption::Include will allow online-only data to be included in the offline map and referenced by URL.
bool OfflineMapCapabilities::isEmpty() constReturns whether this object is empty.
QMap<Esri::ArcGISRuntime::Layer *, Esri::ArcGISRuntime::OfflineCapability> OfflineMapCapabilities::layerCapabilities(QObject *parent = nullptr) constReturns layer capabilities for all the layers in the map.
The dictionary maps layer instances to offline capability. The dictionary has keys of element type Layer with values of OfflineCapability.
Returns layer capabilities for all the feature tables in the map.
The Dictionary has keys of element type FeatureTable with values of OfflineCapability.
[noexcept]
Esri::ArcGISRuntime::OfflineMapCapabilities &OfflineMapCapabilities::operator=(Esri::ArcGISRuntime::OfflineMapCapabilities &&other)
Move operator from other OfflineMapCapabilities.
Esri::ArcGISRuntime::OfflineMapCapabilities &OfflineMapCapabilities::operator=(const Esri::ArcGISRuntime::OfflineMapCapabilities &other)Assignment operator from other OfflineMapCapabilities.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4