toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.kml
/
KmlLineString
Kml
Line
String
open
class
KmlLineString
:
LineString
Represents a KML LineString. Contains a single array of coordinates.
Inheritors
KmlTrack
Members
Constructors
Kml
Line
String
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
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
(
)
:
ArrayList
<
LatLng
>
Gets the coordinates
get
Geometry
Type
Link copied to clipboard
open
fun
getGeometryType
(
)
:
String
Gets the type of geometry
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String