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)

Functions

Link copied to clipboard
open override fun attach(lifecycleOwner: LifecycleOwner)