LevelOfDetail QML Type
LOD information: level, resolution and scale. More...
Import Statement: | import Esri.ArcGISRuntime 100.6 |
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.
This QML 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.
This QML 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.
This QML signal was introduced in Esri.ArcGISRuntime 100.4.