Enum KmlListItemType
Defines how visibility selection should work, enabling either single or multiple selection of child nodes of a document, folder, or network link.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlListItemType
Remarks
When list item type is RadioFolder, making a node visible will hide its sibling nodes.
See the Google KML reference for more information.
Fields
Name | Description |
---|---|
Check | All child nodes can be enabled for display. In a table of contents, nodes should be shown with checkboxes to enable multiple selection. |
CheckHideChildren | All child nodes should be enabled for display, but they should not be shown in the table of contents. |
CheckOffOnly | 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. |
RadioFolder | Only one child node can be enabled for display at any one time. In a table of contents, nodes should be shown with radio buttons. When a child node is selected for display, sibling nodes will be hidden automatically. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |