GeoJsonMultiPolygon

A GeoJsonMultiPolygon geometry contains a number of GeoJsonPolygons.

Constructors

Link copied to clipboard
constructor(geoJsonPolygons: List<GeoJsonPolygon>)
Creates a new GeoJsonMultiPolygon

Properties

Link copied to clipboard

Functions

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