library
Toggle table of contents
3.10.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.data.geojson
/
GeoJsonMultiLineString
Geo
Json
Multi
Line
String
open
class
GeoJsonMultiLineString
:
MultiGeometry
A GeoJsonMultiLineString geometry contains a number of
GeoJsonLineString
s.
Members
Constructors
Geo
Json
Multi
Line
String
Link copied to clipboard
constructor
(
geoJsonLineStrings
:
List
<
GeoJsonLineString
>
)
Creates a new GeoJsonMultiLineString object
Properties
geometry
Type
Link copied to clipboard
open
var
geometryType
:
String
Functions
get
Geometry
Object
Link copied to clipboard
abstract
fun
getGeometryObject
(
)
:
T
Gets the stored KML Geometry object
open
fun
getGeometryObject
(
)
:
List
<
Geometry
>
Gets the stored geometry object
get
Line
Strings
Link copied to clipboard
open
fun
getLineStrings
(
)
:
List
<
GeoJsonLineString
>
Gets a list of GeoJsonLineStrings
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