HomeState

data class HomeState(var heading: Float = 0.0f, var location: LngLatAlt? = null, var beaconState: BeaconState? = null, var streetPreviewState: StreetPreviewState = StreetPreviewState(StreetPreviewEnabled.OFF), var isSearching: Boolean = false, var searchItems: List<LocationDescription>? = null, var routesTabSelected: Boolean = true, var currentRouteData: RoutePlayerState = RoutePlayerState(), var serviceRunning: Boolean = false)

Constructors

Link copied to clipboard
constructor(heading: Float = 0.0f, location: LngLatAlt? = null, beaconState: BeaconState? = null, streetPreviewState: StreetPreviewState = StreetPreviewState(StreetPreviewEnabled.OFF), isSearching: Boolean = false, searchItems: List<LocationDescription>? = null, routesTabSelected: Boolean = true, currentRouteData: RoutePlayerState = RoutePlayerState(), serviceRunning: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard