toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-nav-manager-api
/
com.mapbox.dash.nav.manager.api.domain.model
/
NavigationResult
/
Destination
Destination
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Destination
(
val
point
:
Point
?
,
val
address
:
String
,
val
poi
:
String
)
:
NavigationResult
Members
Constructors
Destination
Link copied to clipboard
constructor
(
point
:
Point
?
,
address
:
String
,
poi
:
String
)
Properties
address
Link copied to clipboard
val
address
:
String
poi
Link copied to clipboard
val
poi
:
String
point
Link copied to clipboard
val
point
:
Point
?