LoadSettings class final

This class allows you to specify how the map/scene should treat feature layers.

Represents load settings.

Implemented types

Constructors

LoadSettings()
Creates a new load settings object.
factory

Properties

featureRequestMode FeatureRequestMode
The request mode to use for requesting features. Default is FeatureRequestMode.onInteractionCache.
getter/setter pair
featureTilingMode FeatureTilingMode
The feature tiling mode in use. Sets the feature tiling mode of each feature layer that is loaded. Default is FeatureTilingMode.enabledWhenSupported.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preferredPointFeatureRenderingMode FeatureRenderingMode
The preferred rendering mode for point and multi-point based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.
getter/setter pair
preferredPolygonFeatureRenderingMode FeatureRenderingMode
The preferred rendering mode for polygon based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.
getter/setter pair
preferredPolylineFeatureRenderingMode FeatureRenderingMode
The preferred rendering mode for polyline based feature layers. The layer will attempt to render in the specified mode if this is supported. If for example DYNAMIC is not supported by a layer's rendering mode then it will fall back to rendering in STATIC mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useAdvancedSymbology bool
Whether or not to use advanced symbology. Default is true.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited