LineString

open class LineString : Geometry<T>

An abstraction that shares the common properties of KmlLineString and GeoJsonLineString

Inheritors

Constructors

Link copied to clipboard
constructor(coordinates: List<LatLng>)
Creates a new LineString object

Functions

Link copied to clipboard
open fun getGeometryObject(): List<LatLng>
Gets the coordinates of the LineString
Link copied to clipboard
Gets the type of geometry
Link copied to clipboard
open fun toString(): String