Class DownloadPreplannedOfflineMapResult
The result of a DownloadPreplannedOfflineMapJob.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |