KmlSimpleField

constructor(type: KmlSimpleFieldType, name: String, displayName: String, isArray: Boolean)

Creates a simple field for use in KML extended data.

Since

200.6.0

Parameters

type

The type of the simple field.

name

The name of the simple field.

displayName

The display name of the simple field.

isArray

Indicates if the value of this field is an array.