Provides type-hinting to consumers of the KML Feature.

Since

2020.1

Hierarchy

Properties

address: null | string

A plain-text address that corresponds to the feature.

description: null | string

The long-form description that should appear in a balloon or information panel.

errorMessages: null | string[]

Any error messages generated while parsing the feature.

Since

2021.0

name: null | string

User-defined label for the entity.

open: boolean

Specifies whether the feature should be expanded or collapsed in the UI panel.

phoneNumber: null | string

A phone-number that corresponds to the feature.

snippet: null | KMLSnippet

The snippet that is often displayed in a tree or other UI panel.

timeSpan: null | KMLTimeSpan

A span of time corresponding to the feature.

Since

2021.0

timeStamp: null | string

A moment in time corresponding to the feature. The value may be formatted as any of the following XML types: dateTime, date, gYearMonth, gYear. See https://www.w3.org/TR/xmlschema-2/#isoformats for details.

Since

2021.0

visibility: boolean

Whether the element should be visible on the Map; this is often represented in a list using a checkbox.