DefaultLiveNavigationEntryPoint
class DefaultLiveNavigationEntryPoint(mapControllers: Flow<MapController?>, routeLineStateRepository: RouteLineStateRepository, liveNavigationControllerProvider: (MapView, CoroutineScope) -> LiveNavigationController, live3DDataProvider: Live3DDataProvider) : LiveNavigationEntryPoint
Constructors
Link copied to clipboard
constructor(mapControllers: Flow<MapController?>, routeLineStateRepository: RouteLineStateRepository, liveNavigationControllerProvider: (MapView, CoroutineScope) -> LiveNavigationController, live3DDataProvider: Live3DDataProvider)