toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
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