KmlMultiGeometry

Represents a KML MultiGeometry. Contains an array of Geometry objects.

Inheritors

Constructors

Link copied to clipboard
constructor(geometries: ArrayList<Geometry>)
Creates a new MultiGeometry object

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets an ArrayList of Geometry objects
Link copied to clipboard
open fun toString(): String