toggle menu
OpenSRP
androidJvm
switch theme
search in API
geowidget
/
org.smartregister.fhircore.geowidget.model
/
GeoJsonFeature
Geo
Json
Feature
@
Serializable
data
class
GeoJsonFeature
(
val
geometry
:
Geometry
?
=
null
,
val
id
:
String
=
""
,
val
properties
:
Map
<
String
,
JsonPrimitive
>
=
emptyMap()
,
val
type
:
String
=
FEATURE
,
val
serverVersion
:
Int
=
0
)
:
Serializable
Members
Constructors
Geo
Json
Feature
Link copied to clipboard
constructor
(
geometry
:
Geometry
?
=
null
,
id
:
String
=
""
,
properties
:
Map
<
String
,
JsonPrimitive
>
=
emptyMap()
,
type
:
String
=
FEATURE
,
serverVersion
:
Int
=
0
)
Properties
geometry
Link copied to clipboard
val
geometry
:
Geometry
?
=
null
id
Link copied to clipboard
val
id
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
JsonPrimitive
>
server
Version
Link copied to clipboard
val
serverVersion
:
Int
=
0
type
Link copied to clipboard
val
type
:
String
Functions
to
Feature
Link copied to clipboard
fun
toFeature
(
)
:
Feature