toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.geojson
/
GeometryCollection
Geometry
Collection
@
Serializable
@
SerialName
(
value
=
"GeometryCollection"
)
data
class
GeometryCollection
(
val
geometries
:
Array
<
Geometry
>
)
:
Geometry
Members
Constructors
Geometry
Collection
Link copied to clipboard
constructor
(
geometries
:
List
<
Geometry
>
)
constructor
(
geometries
:
Array
<
Geometry
>
)
Properties
geometries
Link copied to clipboard
val
geometries
:
Array
<
Geometry
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int