GeoJsonGeometryCollection

A GeoJsonGeometryCollection geometry contains a number of GeoJson Geometry objects.

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Gets the stored Geometry objects
Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Gets the stored geometry object
Link copied to clipboard
open fun getType(): String
Gets the type of geometry.
Link copied to clipboard
open fun toString(): String