Enums.KmlListItemType enumeration
The KmlListItemType can be one of:
Constant | Description |
---|---|
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. |