GeoJsonMultiLineString

A GeoJsonMultiLineString geometry contains a number of GeoJsonLineStrings.

Constructors

Link copied to clipboard
constructor(geoJsonLineStrings: List<GeoJsonLineString>)
Creates a new GeoJsonMultiLineString 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 GeoJsonLineStrings
Link copied to clipboard
open fun getType(): String
Gets the type of geometry.
Link copied to clipboard
open fun toString(): String