Package-level declarations
Types
Link copied to clipboard
Used to inform caller that a route have been clicked.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents a style configuration for the routes.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Entry point for all methods related to the routing visualization.
Link copied to clipboard
Provides the routing data.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Creates instances of RoutingVisualization.
Link copied to clipboard
Represents a style configuration for the elements of the routing visualization.
Functions
Link copied to clipboard
fun RoutingVisualizationDataProvider(routes: Flow<List<Route>>, selectedRouteId: Flow<RouteId?>, configure: RoutingVisualizationDataProvider.Mutable.() -> Unit = {}): RoutingVisualizationDataProvider
Constructs a RoutingVisualizationDataProvider instance with the given routes and selectedRouteId and configured by configure.