Package-level declarations

Types

Link copied to clipboard

Defines the type of a SearchResult. Replaces the SearchResultType enum to provide a more flexible API.

Link copied to clipboard
abstract class ResultAccuracy : Parcelable

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
class SearchResult : Parcelable

Resolved search object with populated fields.

Link copied to clipboard

Defines type of search result.

Link copied to clipboard
class SearchSuggestion : Parcelable

Autocomplete common suggestion type.

Link copied to clipboard
abstract class SearchSuggestionType : Parcelable

Type of the search suggestion.