toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.kml
/
KmlTrack
Kml
Track
open
class
KmlTrack
:
KmlLineString
Created by thorin on 22/02/2017.
Members
Constructors
Kml
Track
Link copied to clipboard
constructor
(
coordinates
:
ArrayList
<
LatLng
>
,
altitudes
:
ArrayList
<
Double
>
,
timestamps
:
ArrayList
<
Long
>
,
properties
:
HashMap
<
String
,
String
>
)
Creates a new KmlTrack object
Functions
get
Altitudes
Link copied to clipboard
open
fun
getAltitudes
(
)
:
ArrayList
<
Double
>
Gets the altitudes
get
Geometry
Object
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
get
Geometry
Type
Link copied to clipboard
open
fun
getGeometryType
(
)
:
String
Gets the type of geometry
get
Properties
Link copied to clipboard
open
fun
getProperties
(
)
:
HashMap
<
String
,
String
>
get
Timestamps
Link copied to clipboard
open
fun
getTimestamps
(
)
:
ArrayList
<
Long
>
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String