Class DownloadPreplannedOfflineMapResult
The result of a Download
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 (Has
Properties
Name | Description |
---|---|
Has |
Gets a value indicating whether there is at least one layer or table that could not be taken offline. |
Layer |
Gets a dictionary of layers that could not be taken offline. |
Mobile |
Gets the mobile map package containing the requested offline map. |
Offline |
Gets the offline map containing the requested preplanned map area. |
Table |
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.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |