toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data.geojson
/
GeoJsonLineString
Geo
Json
Line
String
open
class
GeoJsonLineString
:
LineString
A GeoJsonLineString geometry represents a number of connected s.
Members
Constructors
Geo
Json
Line
String
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
get
Altitudes
Link copied to clipboard
open
fun
getAltitudes
(
)
:
List
<
Double
>
Gets the altitudes of the GeoJsonLineString
get
Coordinates
Link copied to clipboard
open
fun
getCoordinates
(
)
:
List
<
LatLng
>
Gets the coordinates of the GeoJsonLineString
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
get
Geometry
Type
Link copied to clipboard
open
fun
getGeometryType
(
)
:
String
Gets the type of geometry
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
String
Gets the type of geometry.
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String