toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
Features
Features
@
Serializable
data
class
Features
(
var
type
:
String
?
=
null
,
var
geometry
:
Geometry
?
=
null
,
var
properties
:
Properties
?
=
Properties()
)
Members
Constructors
Features
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
geometry
:
Geometry
?
=
null
,
properties
:
Properties
?
=
Properties()
)
Properties
geometry
Link copied to clipboard
var
geometry
:
Geometry
?
properties
Link copied to clipboard
var
properties
:
Properties
?
type
Link copied to clipboard
var
type
:
String
?