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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close