Package-level declarations
Types
Link copied to clipboard
object NewSearchResultType
Defines the type of a SearchResult. Replaces the SearchResultType enum to provide a more flexible API.
Link copied to clipboard
A point accuracy metric for the returned address feature.
Link copied to clipboard
class SearchAddress @JvmOverloads constructor(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, val regionInfo: SearchAddressRegion? = null, val countryInfo: SearchAddressCountry? = null) : Parcelable
Represents address of the search result.
Link copied to clipboard
Resolved search object with populated fields.
Link copied to clipboard
Defines type of search result.
Link copied to clipboard
Autocomplete common suggestion type.
Link copied to clipboard
Type of the search suggestion.