KmlGroundOverlay

constructor(geometry: Geometry, icon: KmlIcon?)

Creates a KML ground overlay with the specified geometry and icon. The specified geometry must be either an com.arcgismaps.geometry.Envelope or a com.arcgismaps.geometry.Polygon with exactly 4 points. Other geometry types are not supported.

Since

200.1.0

Parameters

geometry

The geometry associated to the ground overlay.

icon

The icon associated to the ground overlay.