loadSettings property

LoadSettings loadSettings

The properties that control the default loading and rendering behavior of feature layers in this map or scene.

For example, you can specify which tiling mode should be used when feature layers are added, or specify whether feature tables should use advanced symbology.

Implementation

LoadSettings get loadSettings => _loadSettings.value;
void loadSettings=(LoadSettings value)

Implementation

set loadSettings(LoadSettings value) => _loadSettings.value = value;