KmlTrack

open class KmlTrack : KmlLineString

Created by thorin on 22/02/2017.

Constructors

Link copied to clipboard
constructor(coordinates: ArrayList<LatLng>, altitudes: ArrayList<Double>, timestamps: ArrayList<Long>, properties: HashMap<String, String>)
Creates a new KmlTrack 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(): List<LatLng>
Gets the coordinates of the LineString
open fun getGeometryObject(): ArrayList<LatLng>
Gets the coordinates
Link copied to clipboard
Gets the type of geometry
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String