Show / Hide Table of Contents

Class DownloadPreplannedOfflineMapResult

The result of a DownloadPreplannedOfflineMapJob.

Inheritance
Object
DownloadPreplannedOfflineMapResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DownloadPreplannedOfflineMapResult
Remarks

When the job completes it returns the offline map and indicates whether any errors were incurred during the download process (HasErrors). Examine the individual LayerErrors and TableErrors to identify the source of the problem. For example, the loss of the online service, a layer or table may not be taken offline or export tiles has not been enabled on the layer.

Properties

Name Description
HasErrors

Gets a value indicating whether there is at least one layer or table that could not be taken offline.

LayerErrors

Gets a dictionary of layers that could not be taken offline.

MobileMapPackage

Gets the mobile map package containing the requested offline map.

OfflineMap

Gets the offline map containing the requested preplanned map area.

TableErrors

Gets a dictionary of tables to errors for any tables that could not be taken offline.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.2.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.0
In This Article
Back to top Copyright © 2022 Esri.