toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-destination-preview
/
com.mapbox.dash.destination.preview.domain.model
/
NearbyDestinationsGroup
Nearby
Destinations
Group
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
NearbyDestinationsGroup
(
val
category
:
Category
,
val
destinations
:
List
<
DestinationResultSuggestedItem
>
)
Members
Constructors
Nearby
Destinations
Group
Link copied to clipboard
constructor
(
category
:
Category
,
destinations
:
List
<
DestinationResultSuggestedItem
>
)
Properties
category
Link copied to clipboard
val
category
:
Category
destinations
Link copied to clipboard
val
destinations
:
List
<
DestinationResultSuggestedItem
>