tilingMode property

FeatureTilingMode get tilingMode

The mode defines whether feature tiling is used to retrieve the features from the feature service.

The default tiling mode is FeatureTilingMode.enabledWhenSupported. If the service supports tiling with full resolution, the user can set any of the tiling modes. If the service only supports quantized tiling and if the user sets the tiling mode to FeatureTilingMode.enabledWithFullResolutionWhenSupported, the feature layer falls back to FeatureTilingMode.disabled on load. If the user sets the tiling mode to FeatureTilingMode.enabledWhenSupported after, we will clear the cache and set the tiling mode to FeatureTilingMode.enabledWhenSupported. If the service does not support tiling at all and the user sets either of the enabled modes, the feature layer falls back to FeatureTilingMode.disabled on load and attempting to set a different value after load is a no-op.

set tilingMode (FeatureTilingMode value)