KmlStyle QML Type

Specifies the drawing style for a KmlNode. More...

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

Object

Properties

Signals

Detailed Description

Controls the drawing style for the icon, line, polygon, and/or label or a KmlNode. A KmlStyle is made up of several substyles, including KmlIconStyle, KmlLineStyle, KmlPolygonStyle, and KmlLabelStyle. Not all node types support styling. For example, a KmlTour node cannot be stylized.

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.

Property Documentation

iconStyle : KmlIconStyle

Specifies how icons for point Placemarks are drawn.


labelStyle : KmlLabelStyle

Specifies how Placemark labels are drawn.


lineStyle : KmlLineStyle

Specifies the drawing style for all lines.


polygonStyle : KmlPolygonStyle

Specifies the drawing style for polygons.


Signal Documentation

iconStyleChanged()

Emitted when the iconStyle property changes.

Note: The corresponding handler is onIconStyleChanged.


labelStyleChanged()

Emitted when the labelStyle property changes.

Note: The corresponding handler is onLabelStyleChanged.


lineStyleChanged()

Emitted when the lineStyle property changes.

Note: The corresponding handler is onLineStyleChanged.


polygonStyleChanged()

Emitted when the polygonStyle property changes.

Note: The corresponding handler is onPolygonStyleChanged.


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