maplibre-navigation-core
Toggle table of contents
18dfffc1
common
Platform filter
common
Switch theme
Search in API
maplibre-navigation-core
maplibre-navigation-core
/
org.maplibre.navigation.core.models
/
StepManeuver
/
StepManeuver
Step
Maneuver
constructor
(
location
:
Point
,
bearingBefore
:
Double
,
bearingAfter
:
Double
,
instruction
:
String
?
=
null
,
type
:
StepManeuver.Type
?
=
null
,
modifier
:
ManeuverModifier.Type
?
=
null
,
exit
:
Int
?
=
null
)