DownloadPreplannedOfflineMapResult QML Type

DownloadPreplannedOfflineMapJob."> DownloadPreplannedOfflineMapResult QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • DownloadPreplannedOfflineMapResult
  • The result of a DownloadPreplannedOfflineMapJob. More...

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

    Object

    Properties

    Detailed Description

    When the job completes it returns the offline map and indicates whether any errors occurred during the download process (hasErrors). Examine the individual layer and table errors to identify the source of the problem. Possible error conditions include the loss of the online service, a layer or table may not be taken offline, or exporting tiles is not enabled on the layer.

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

    Property Documentation

    [read-only] hasErrors : bool

    Returns whether there is at least one layer or table that could not be taken offline (read-only).


    [read-only] layerErrors : list<LayerErrorPair>

    Returns any errors associated with layers that could not be taken offline (read-only).


    [read-only] mobileMapPackage : MobileMapPackage

    Returns the mobile map package containing the offline map (read-only).


    [read-only] offlineMap : Map

    Returns the offline map (read-only).

    An offline Map that is downloaded from the offline map area of an online map using the DownloadPreplannedOfflineMapJob contains layers that will only reference offline layers and tables so that the map can be accessed without network connectivity.


    [read-only] tableErrors : list<FeatureTableErrorPair>

    Returns any errors associated with feature tables that could not be taken offline (read-only).


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