Package-level declarations

Types

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) : 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.