OfflineMapCapabilities QML Type

  • Esri.ArcGISRuntime
  • OfflineMapCapabilities
  • The capability of taking a map's layers and tables offline. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.1
    Inherits:

    Object

    Properties

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] hasErrors : bool

    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.


    [read-only] 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.


    [read-only] 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.


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