KmlContainer

open class KmlContainer

Represents a KML Document or Folder.

Functions

Link copied to clipboard
Gets the Container ID if it is specified
Link copied to clipboard
Gets an iterable of nested KmlContainers
Link copied to clipboard
Gets an iterable of KmlGroundOverlay objects
Link copied to clipboard
Gets an iterable of KmlPlacemarks
Link copied to clipboard
Gets an iterable of the properties hashmap entries
Link copied to clipboard
open fun getProperty(propertyName: String): String
Gets the value of a property based on the given key
Link copied to clipboard
open fun getStyle(styleID: String): KmlStyle
Gets a style based on an ID
Link copied to clipboard
open fun getStyleIdFromMap(styleID: String): String
Gets a style Id from map based on an ID
Link copied to clipboard
Gets whether the container has containers
Link copied to clipboard
Gets whether the container has any placemarks
Link copied to clipboard
Gets whether the container has any properties
Link copied to clipboard
open fun hasProperty(keyValue: String): Boolean
Gets whether the given key exists in the properties
Link copied to clipboard
open fun toString(): String