Property TilingMode
TilingMode
Gets or sets the mode defines whether feature tiling is used to retrieve the features from the feature service.
Declaration
public FeatureTilingMode TilingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureTilingMode | The feature tiling mode in use by the feature layer. Default is EnabledWhenSupported. |
Remarks
The default tiling mode is EnabledWhenSupported. If the service supports tiling with full resolution, you can set any of the tiling modes. If the service only supports quantized tiling and this value is set to EnabledWithFullResolutionWhenSupported, the feature layer falls back to Disabled on load. If set to EnabledWhenSupported after load, the cache is cleared and tiling is set to EnabledWhenSupported. If the service does not support tiling and either enabled mode is set, the feature layer falls back to Disabled on load and setting another value after load is a no-op.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.10 - 200.8 |
| Xamarin.Android | 100.10 - 100.15 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 200.8 |