KmlContainer QML Type

Holds one or more KML nodes and allows the creation of nested hierarchies. More...

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

KmlNode

Inherited By:

KmlDocument and KmlFolder

Properties

Signals

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

childNodesListModel : KmlNodeListModel

The KML container's child nodes as a list model.

This property was introduced in Esri.ArcGISRuntime 100.6.


listItemType : Enums.KmlListItemType

Returns the container's list item type.

Controls how list items are presented (e.g. as a radio button or a checkbox). See 'listItemType' attribute of 'ListStyle' in the KML specification for more information.

This property is writable as of Esri.ArcGISRuntime 100.7.

See also Enums.KmlListItemType.


open : bool

Returns a flag indicating if the KML container is open.


partiallyVisible : bool

Returns a flag indicating if the KML container is partially visible (read-only).


Signal Documentation

childNodesChanged()

Emitted when the childNodes property changes.

Note: The corresponding handler is onChildNodesChanged.


listItemTypeChanged()

Emitted when the listItemType property changes.

Note: The corresponding handler is onListItemTypeChanged.

This signal was introduced in Esri.ArcGISRuntime 100.7.


openChanged()

Emitted when the open property changes.

Note: The corresponding handler is onOpenChanged.


partiallyVisibleChanged()

Emitted when the partiallyVisible property changes.

Note: The corresponding handler is onPartiallyVisibleChanged.


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