toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-maneuver
/
com.mapbox.dash.maneuver.domain.usecase
/
GetManeuverShieldsUseCase
Get
Maneuver
Shields
Use
Case
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
GetManeuverShieldsUseCase
(
maneuverApi
:
MapboxManeuverApi
,
mapStyleConfig
:
MapStyleMetadataProvider
)
Members
Constructors
Get
Maneuver
Shields
Use
Case
Link copied to clipboard
constructor
(
maneuverApi
:
MapboxManeuverApi
,
mapStyleConfig
:
MapStyleMetadataProvider
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
maneuvers
:
List
<
Maneuver
>
)
:
Flow
<
HashSet
<
RouteShield
>
>