KmlLineString

Represents a KML LineString. Contains a single array of coordinates.

Inheritors

Constructors

Link copied to clipboard
constructor(coordinates: ArrayList<LatLng>)
Creates a new KmlLineString object
constructor(coordinates: ArrayList<LatLng>, altitudes: ArrayList<Double>)
Creates a new KmlLineString object

Functions

Link copied to clipboard
Gets the altitudes
Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
Link copied to clipboard
Gets the type of geometry
Link copied to clipboard
open fun toString(): String