Kml Non Schema Data
class KmlNonSchemaData
The KML simple fields and key/value pairs obtained from the node's non-schema data.
Since
200.5.0
Properties
Functions
Link copied to clipboard
Returns the KML simple field object with the given name, or null if no such field exists.
Link copied to clipboard
Removes the attribute corresponding to the provided field name from KmlNonSchemaData.attributes and the corresponding field from KmlNonSchemaData.fields.
Link copied to clipboard
Sets the value of an existing attribute. Object type must match the type of the attribute. Use String for untyped attributes.