toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-nav-manager-api
/
com.mapbox.dash.sdk.nav.manager.api.model
/
NavigationStateActiveGuidance
Navigation
State
Active
Guidance
class
NavigationStateActiveGuidance
(
val
waypoints
:
List
<
SearchResult
>
)
:
NavigationState
The navigation app is in the active guidance mode.
Members
Constructors
Navigation
State
Active
Guidance
Link copied to clipboard
constructor
(
waypoints
:
List
<
SearchResult
>
)
Properties
waypoints
Link copied to clipboard
val
waypoints
:
List
<
SearchResult
>
The last waypoint is the destination.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String