Class DownloadPreplannedOfflineMapParameters
Parameters used for creating a DownloadPreplannedOfflineMapJob.
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DownloadPreplannedOfflineMapParameters
Constructors
Name | Description |
---|---|
DownloadPreplannedOfflineMapParameters() | Initializes a new instance of the DownloadPreplannedOfflineMapParameters class. |
DownloadPreplannedOfflineMapParameters(PreplannedMapArea) | Initializes a new instance of the DownloadPreplannedOfflineMapParameters class with the given PreplannedMapArea. |
Properties
Name | Description |
---|---|
ContinueOnErrors | Gets or sets a value indicating whether or not the DownloadPreplannedOfflineMapJob should continue running in the event of failure to take a layer offline. |
IncludeBasemap | Gets or sets a value indicating whether or not a basemap will be included in the offline map. |
PreplannedMapArea | Gets or sets the PreplannedMapArea that will be downloaded for offline use. |
ReferenceBasemapDirectory | Gets or sets the path to a directory on the device where the local basemap file is located. |
ReferenceBasemapFilename | Gets or sets the name of a local basemap file on the device which can be used rather than downloading an online basemap. |
UpdateMode | Gets or sets a value that describes how the offline map will obtain feature updates from the online service. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.3 |
.NET | 100.13 - 200.3 |
.NET Windows | 100.13 - 200.3 |
.NET Android | 200.0 - 200.3 |
.NET iOS | 200.0 - 200.3 |
.NET Framework | 100.4 - 200.3 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.3 |