KmlContainer QML Type

  • Esri.ArcGISRuntime
  • KmlContainer
  • Holds one or more KML nodes and allows the creation of nested hierarchies. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only, since Esri.ArcGISRuntime 100.6] 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.


    [read-only] partiallyVisible : bool

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


    Signal Documentation

    [since Esri.ArcGISRuntime 100.7] 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.