toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
com.google.maps.android.data
/
LineString
Line
String
open
class
LineString
:
Geometry
<
T
>
An abstraction that shares the common properties of
KmlLineString
and
GeoJsonLineString
Inheritors
KmlLineString
GeoJsonLineString
Members
Constructors
Line
String
Link copied to clipboard
constructor
(
coordinates
:
List
<
LatLng
>
)
Creates a new LineString object
Functions
get
Geometry
Object
Link copied to clipboard
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
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String