A KML icon style object. More...
Import Statement | import Esri. |
Since | Esri |
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 |
---|---|
Kml | icon |
Kml | hot |
Property Documentation
hot |
The position within the icon that is anchored to the point specified * in the placemark.
icon : Kml |
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
.