Enums.KmlListItemType enumeration

  • QML Enumeration List
  • Enums.KmlListItemType enumeration
  • The KmlListItemType can be one of:

    ConstantDescription
    Enums.KmlListItemTypeCheck(0) (default) - The KML node's visibility is tied to its item's checkbox.
    Enums.KmlListItemTypeRadioFolder(1) When specified for a Container, only one of the Container's items is visible at a time.
    Enums.KmlListItemTypeCheckHideChildren(2) Use a normal checkbox for visibility but do not display the Container or Network Link's children in the list view. A checkbox allows the user to toggle visibility of the child objects in the viewer.
    Enums.KmlListItemTypeUnknown(-1) Unknown KML geometry type.
    Enums.KmlListItemTypeCheckOffOnly(3) Everything in the container or network link can be turned off all at once. Prevents nodes from becoming visible simultaneously. Child nodes must be enabled individually. This is useful if the container or network link contains a large amount of data.

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