KmlIconStyle QML Type

A KML icon style object. More...

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

KmlColorStyle

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.

TypeDefault Property
KmlIconicon
KmlImageCoordinatehotSpot

Property Documentation

heading : double

The direction in decimal degrees.


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.


scale : double

The scale factor that should be applied to the rendered icon.


Signal Documentation

headingChanged()

Emitted when the heading property changes.

Note: The corresponding handler is onHeadingChanged.


hotSpotChanged()

Emitted when the hotSpot property changes.

Note: The corresponding handler is onHotSpotChanged.


iconChanged()

Emitted when the icon property changes.

Note: The corresponding handler is onIconChanged.


scaleChanged()

Emitted when the scale property changes.

Note: The corresponding handler is onScaleChanged.


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