Package-level declarations

Types

Link copied to clipboard
class DashAddress(val houseNumber: String? = null, val street: String? = null, val neighborhood: String? = null, val locality: String? = null, val postcode: String? = null, val place: String? = null, val district: String? = null, val region: String? = null, val country: String? = null)
Link copied to clipboard
Link copied to clipboard

A suggestion that can be used to navigate to a destination.

Link copied to clipboard

A search record. Base interface for DashSearchSuggestion and DashSearchResult.

Link copied to clipboard
class DashSearchRequest(val query: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun DashAddress.mapToInternal(): SearchAddress
fun String.mapToInternal(): SearchResultType
Link copied to clipboard
Link copied to clipboard
fun SearchAddress.mapToPublic(): DashAddress
fun SearchResultType.mapToPublic(): String
Link copied to clipboard