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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.4 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 100.15 |