The activeChanged event property indicates the boolean active/inactive switch for the KmlLayer changed.
Child layer(s) of this KmlLayer.
Boolean indicating whether this is layer has child layer(s).
Boolean indicating whether this is the top level layer (or simply an orphan).
The id property is a string identifier for the KmlLayer. Readonly set in constructor.
The name property is an array of LayerLegendImageInfo for the KmlLayer. Readonly set in constructor.
Gets the maximum scale numeric for the layer. Readonly set in constructor.
Gets the minimum scale numeric for the layer. Readonly set in constructor.
The name property is a string Name for the KmlLayer. Readonly set in constructor.
The parent layer or null if none.
The parent layer or null if none. When setting, an activation event is subscribed to for the parent
The rawID property is a numeric identifier for the KmlLayer. Readonly set in constructor.
The activate method switches the boolean active/inactive to active and raises the activeChanged event.
The activate method switches the boolean active/inactive to active and raises the activeChanged event.
The activate method switches the boolean active/inactive to active and raises the activeChanged event.
The deactivate method switches the boolean active/inactive to non-active and raises the activeChanged event.
The deactivate method switches the boolean active/inactive to non-active and raises the activeChanged event.
The deactivate method switches the boolean active/inactive to non-active and raises the activeChanged event.
KmlLayer class is an implementation of Layer used for map placement of KML data.