Constructor OfflineMapParametersKey
OfflineMapParametersKey(Layer)
Initializes a new instance of the Offline
Declaration
public OfflineMapParametersKey(Layer layer)
Parameters
Type | Name | Description |
---|---|---|
Layer | layer | Layer that is to be used to access dictionaries in the Generate |
Remarks
Layers that are supported for offline use are:
-
Feature
Layer with a table which is a ServiceFeature .Table -
Arc
GISTiled with an online URL.Layer -
Arc
GISVector with an online URL.Tiled Layer
To construct a key the layer must be loaded, or if not loaded have a service URL available in the layer's properties. The returned key can be used to retrieve a data type specific parameters object from one of the three parameters overrides dictionaries. The dictionary that the key is valid for is indicated by its Type property:
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 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.4 - 200.6 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.6 |
OfflineMapParametersKey(ServiceFeatureTable)
Initializes a new instance of the Offline
Declaration
public OfflineMapParametersKey(ServiceFeatureTable table)
Parameters
Type | Name | Description |
---|---|---|
Service |
table | Table that is to be used to access dictionaries in the Generate |
Remarks
The returned key can be used to retrieve a data type specific parameter object from the dictionary returned by
Generate
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 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.4 - 200.6 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.6 |
OfflineMapParametersKey(UtilityNetwork)
Initializes a new instance of the Offline
Declaration
public OfflineMapParametersKey(UtilityNetwork utilityNetwork)
Parameters
Type | Name | Description |
---|---|---|
Utility |
utilityNetwork | Utility |
Remarks
A Utilitytrue
for
Supports
The returned key can be used to retrieve a data type specific parameter object from the dictionary
returned by Generate
If the Utility
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 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.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |