Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.24 KB

KmlFeatureData.md

File metadata and controls

46 lines (24 loc) · 1.24 KB

See html formatted version

KmlFeatureData interface

google.maps.KmlFeatureData interface

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.

Properties

undefined

Type:  KmlAuthor

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

undefined

Type:  string

The feature's , extracted from the layer markup.

undefined

Type:  string

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

undefined

Type:  string

The feature's balloon styled text, if set.

undefined

Type:  string

The feature's , extracted from the layer markup.

undefined

Type:  string

The feature's , extracted from the layer markup.