GeoJsonMultiPoint

A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints.

Constructors

Link copied to clipboard
constructor(geoJsonPoints: List<GeoJsonPoint>)
Creates a GeoJsonMultiPoint object

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 GeoJsonPoints
Link copied to clipboard
open fun getType(): String
Gets the type of geometry.
Link copied to clipboard
open fun toString(): String