Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: KMLGroundOverlay

require(["esri/layers/KMLGroundOverlay"], function(KMLGroundOverlay) { /* code goes here */ });

Description

(Added at v2.4)
The KMLGroundOverlay class provides details about a KML ground overlay.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
descriptionStringKML ground overlay description.
extentExtentExtent of image.
heightNumberRequested image height in pixels.
hrefStringURL to returned image.
idNumberThe id of the KML ground overlay.
nameStringThe name of the KML ground overlay.
scaleNumberScale of requested dynamic map.
snippetStringShort snippet describing the KML ground overlay.
visibilityNumberThe KML ground overlay visibility.
widthNumberRequested image width in pixels.
Property Details

<String> description

KML ground overlay description.

<Extent> extent

Extent of image.

<Number> height

Requested image height in pixels.

<String> href

URL to returned image.

<Number> id

The id of the KML ground overlay.

<String> name

The name of the KML ground overlay.

<Number> scale

Scale of requested dynamic map.

<String> snippet

Short snippet describing the KML ground overlay.

<Number> visibility

The KML ground overlay visibility. A value of 0 means the layer is not visible.

<Number> width

Requested image width in pixels.
Show Modal