NavigationDashboardInfo

Sealed class representing different types of navigation dashboard information.

Inheritors

Types

Link copied to clipboard
data class IndoorInfo(val floorName: String?, val organizationName: String?) : NavigationDashboardInfo

Indoor information containing floor and organization details.

Link copied to clipboard
data class RemainingInfo(val routeLength: RouteDistance, val duration: Duration) : NavigationDashboardInfo

Contains information about the remaining portion of the route.