MapsIndoors Android
MapboxAdapterV10
/
com.mapsindoors.mapbox.services.directions.data
/
Maneuver
Maneuver
data
class
Maneuver
(
var
type
:
String
?
=
null
,
var
instruction
:
String
?
=
null
,
var
bearingAfter
:
Int
?
=
null
,
var
bearingBefore
:
Int
?
=
null
,
var
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Constructors
Properties
Constructors
Maneuver
Link copied to clipboard
fun
Maneuver
(
type
:
String
?
=
null
,
instruction
:
String
?
=
null
,
bearingAfter
:
Int
?
=
null
,
bearingBefore
:
Int
?
=
null
,
location
:
ArrayList
<
Double
>
=
arrayListOf()
)
Properties
bearing
After
Link copied to clipboard
@
SerializedName
(
value
=
"bearing_after"
)
var
bearingAfter
:
Int
?
=
null
bearing
Before
Link copied to clipboard
@
SerializedName
(
value
=
"bearing_before"
)
var
bearingBefore
:
Int
?
=
null
instruction
Link copied to clipboard
@
SerializedName
(
value
=
"instruction"
)
var
instruction
:
String
?
=
null
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
var
location
:
ArrayList
<
Double
>
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
var
type
:
String
?
=
null