Class GenerateOfflineMapParameters
The parameters that specify how an offline map is generated and downloaded from an online map using a Generate
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GenerateOfflineMapParameters
Remarks
The online map must be a web map hosted on ArcGIS Online or ArcGIS Enterprise.
To generate parameters with appropriate default values which take into account the online map and the data it
contains, call Create
Constructors
Name | Description |
---|---|
Generate |
Initializes a new instance of the Generate |
Generate |
Initializes a new instance of the Generate |
Properties
Name | Description |
---|---|
Area |
Gets or sets the area of interest for the offline map. |
Attachment |
Gets or sets a value that specifies the direction for attachments to be synchronized when syncing offline feature
layers. This method should be used in conjunction with Return |
Continue |
Gets or sets a value indicating whether or not the Generate |
Destination |
Gets or sets a value indicating whether tables will contain all rows or can be filtered to a smaller set of related rows. |
Esri |
Gets or sets a value that describes how Esri vector tiled basemap layers will be downloaded. |
Include |
Gets or sets a value indicating whether or not a basemap will be included in the offline map. |
Is |
Gets or sets a value indicating whether feature layer definition expressions are used when taking feature layers and tables offline. |
Item |
Gets or sets offline map item info used for the local item properties in the offline map. |
Max |
Gets or sets the maximum scale for how far in to extract tiles from tiled services.
The default value of |
Min |
Gets or sets the minimum scale for how far out data will be in tile caches. The |
Online |
Gets or sets a value describing how data that requires an online service will be handled when taking a map offline. |
Reference |
Gets or sets the path to a directory on the device where the local basemap file is located. |
Reference |
Gets or sets the name of a local basemap file on the device that can be used rather than downloading an online basemap. |
Return |
Gets or sets a value indicating which type of feature layer will be included when taking feature layers offline. This will include attachments with none of the layers, all of the layers, read only layers or editable layers. |
Return |
Gets or sets a value indicating whether or not feature layers taken offline should be schema only and contain no data. |
Update |
Gets or sets a value indicating how the offline map will support synchronization with online services. |
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.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |