Options
All
  • Public
  • Public/Protected
  • All
Menu

Data for a single KML feature in JSON format, returned when a KML feature is clicked. The data contained in this object mirrors that associated with the feature in the KML or GeoRSS markup in which it is declared.

Hierarchy

  • KmlFeatureData

Index

Properties

author: null | KmlAuthor

The feature's <atom:author>, extracted from the layer markup (if specified).

description: string

The feature's <description>, extracted from the layer markup.

id: string

The feature's <id>, extracted from the layer markup. If no <id> has been specified, a unique ID will be generated for this feature.

infoWindowHtml: string

The feature's balloon styled text, if set.

name: string

The feature's <name>, extracted from the layer markup.

snippet: string

The feature's <Snippet>, extracted from the layer markup.

Generated using TypeDoc