GetManeuverShieldsUseCase

class GetManeuverShieldsUseCase(maneuverApi: MapboxManeuverApi, mapStyleConfig: MapStyleMetadataProvider)

Constructors

Link copied to clipboard
constructor(maneuverApi: MapboxManeuverApi, mapStyleConfig: MapStyleMetadataProvider)

Functions

Link copied to clipboard
operator fun invoke(maneuvers: List<Maneuver>): Flow<HashSet<RouteShield>>