Package-level declarations

Types

Link copied to clipboard
data class NearbyDestinationsGroup(val category: Category, val destinations: List<DestinationResultSuggestedItem>)
Link copied to clipboard
abstract class TripOverviewItem
Link copied to clipboard
data class TripOverviewModel(val items: List<TripOverviewItem>, val canAddRegularWaypoint: Boolean)

Functions

Link copied to clipboard

Returns the first TripOverviewItem that has DestinationSearchResult matching coordinates, or null if item cannot be found

Link copied to clipboard