toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.geojson
/
FeatureCollection
Feature
Collection
@
Serializable
@
SerialName
(
value
=
"FeatureCollection"
)
data
class
FeatureCollection
(
val
features
:
Array
<
GeoJsonObject
>
)
:
GeoJsonObject
A FeatureCollection is an array of features.
Members
Constructors
Feature
Collection
Link copied to clipboard
constructor
(
featuresList
:
List
<
Feature
>
)
constructor
(
features
:
Array
<
GeoJsonObject
>
)
Properties
features
Link copied to clipboard
val
features
:
Array
<
GeoJsonObject
>
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
iterator
Link copied to clipboard
operator
fun
iterator
(
)
:
Iterator
<
GeoJsonObject
>
map
Link copied to clipboard
fun
<
R
>
map
(
transform
:
(
GeoJsonObject
)
->
R
)
:
List
<
R
>