GeoJsonLineString

A GeoJsonLineString geometry represents a number of connected s.

Constructors

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

Functions

Link copied to clipboard
open fun getAltitudes(): List<Double>
Gets the altitudes of the GeoJsonLineString
Link copied to clipboard
open fun getCoordinates(): List<LatLng>
Gets the coordinates of the GeoJsonLineString
Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
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 getType(): String
Gets the type of geometry.
Link copied to clipboard
open fun toString(): String