MapsIndoorsAndroid
MapboxAdapter
/
com.mapsindoors.mapbox.services.directions.data
/
Geometry
Geometry
data
class
Geometry
(
var
coordinates
:
ArrayList
<
ArrayList
<
Double
>
>
=
arrayListOf()
,
var
type
:
String
?
=
null
)
Constructors
Properties
Constructors
Geometry
Link copied to clipboard
fun
Geometry
(
coordinates
:
ArrayList
<
ArrayList
<
Double
>
>
=
arrayListOf()
,
type
:
String
?
=
null
)
Properties
coordinates
Link copied to clipboard
@
SerializedName
(
value
=
"coordinates"
)
var
coordinates
:
ArrayList
<
ArrayList
<
Double
>
>
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
var
type
:
String
?
=
null