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