LOD information: level, resolution and scale. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- level : int
- resolution : double
- scale : double
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
Signal Documentation
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.
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.
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.