toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.geojson
/
Feature
Feature
@
Serializable
@
SerialName
(
value
=
"Feature"
)
data
class
Feature
@
JvmOverloads
constructor
(
val
geometry
:
Geometry
,
val
id
:
String
?
=
null
,
val
properties
:
JsonObject
?
=
null
)
:
GeoJsonObject
A Feature contains a Geometry, an optional id, and optional properties.
Members
Constructors
Feature
Link copied to clipboard
@
JvmOverloads
constructor
(
geometry
:
Geometry
,
id
:
String
?
=
null
,
properties
:
JsonObject
?
=
null
)
Properties
geometry
Link copied to clipboard
val
geometry
:
Geometry
id
Link copied to clipboard
val
id
:
String
?
=
null
properties
Link copied to clipboard
val
properties
:
JsonObject
?
=
null