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

flyToView: boolean

Specifies whether to recenter the viewport on the network link when it refreshes (Default: false).

If true, then the view should recenter to the LookAt or Camera entities in the NetworkLinkControl element (if it exists). If these elements do not exist within the NetworkLink element, then they should be pulled from the KML file the NetworkLink references.

link: KMLLink

Specifies the location of the resource fetched by this network link.

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.

refreshVisibility: boolean

Specifies whether the visibility of features within the network link should be exposed to the client (Default: false).

If true, then the visibility of each feature should be reset whenever the network link is refreshed. If false, then the client application should remember the visibility of the child features between refreshes.

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.