A KML icon style object. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri::ArcGISRuntime 100.7 |
Inherits: |
Properties
Signals
Detailed Description
Specifies how icons for placemarks and photo overlays with a point geometry are drawn. Color is blended with the existing color of the icon.
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
KmlIcon | icon |
KmlImageCoordinate | hotSpot |
Property Documentation
hotSpot : KmlImageCoordinate |
The position within the icon that is anchored to the point specified * in the placemark.
icon : KmlIcon |
The icon to be used by the placemark.
A null
icon will result in the default yellow pushpin icon being used.
Signal Documentation
Emitted when the heading property changes.
Note: The corresponding handler is onHeadingChanged
.
Emitted when the hotSpot property changes.
Note: The corresponding handler is onHotSpotChanged
.
Emitted when the icon property changes.
Note: The corresponding handler is onIconChanged
.
Emitted when the scale property changes.
Note: The corresponding handler is onScaleChanged
.