Enum KmlItemTypes

KmlItemTypes enumeration

Specifies how a kml:Feature and its contents shall be displayed as items in a list view.

public enum KmlItemTypes

Values

NameValueDescription
RadioFolder0Only one of items shall be visible at a time.
Check1The visibility is tied to its item’s checkbox
CheckHideChildren2Use a normal checkbox for visibility but do not display the item’s children in the list view.
CheckOffOnly3Prevents all items from being made visible at once—that is, the user can turn everything in the Container Group off but cannot turn everything on at the same time.

See Also