LevelOfDetail QML Type

LOD information: level, resolution and scale. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Signals

Detailed Description

LevelOfDetail may be declared or instantiated but it cannot be modified after creation. You may declare a LevelOfDetail object but property binding will not affect the values. You may also create a LevelOfDetail object with the ArcGISRuntimeEnvironment.createObject method.

Property Documentation

level : int

The level.


resolution : double

The resolution.


scale : double

The scale.


Signal Documentation

levelChanged()

Emitted when the level property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onLevelChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


resolutionChanged()

Emitted when the resolution property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onResolutionChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


scaleChanged()

Emitted when the scale property changes.

Note: This signal will only be emitted when the property initializes during the instantiation of the component.

Note: The corresponding handler is onScaleChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.