Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.model.location
/
Feature
Feature
@
Serializable
data
class
Feature
(
val
type
:
String
?
=
null
,
val
properties
:
Map
<
String
,
String
>
?
=
null
,
val
geometry
:
Point
?
=
null
)
(
source
)
GeoJSON Feature representing the vehicle location.
Members
Constructors
Feature
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
properties
:
Map
<
String
,
String
>
?
=
null
,
geometry
:
Point
?
=
null
)
Properties
geometry
Link copied to clipboard
@
SerialName
(
value
=
"geometry"
)
val
geometry
:
Point
?
properties
Link copied to clipboard
@
SerialName
(
value
=
"properties"
)
val
properties
:
Map
<
String
,
String
>
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
?