Package com.mapbox.search.result

Types

ResultAccuracy
Link copied to clipboard
abstract class ResultAccuracy : Parcelable
A point accuracy metric for the returned address feature.
SearchAddress
Link copied to clipboard
class SearchAddress @JvmOverloads() constructor(houseNumber: String?, street: String?, neighborhood: String?, locality: String?, postcode: String?, place: String?, district: String?, region: String?, country: String?) : Parcelable
Represents address of the search result.
SearchResult
Link copied to clipboard
class SearchResult : Parcelable
Resolved search object with populated fields.
SearchResultType
Link copied to clipboard
enum SearchResultType : Enum<SearchResultType>
Defines type of search result.
SearchSuggestion
Link copied to clipboard
class SearchSuggestion : Parcelable
Autocomplete common suggestion type.
SearchSuggestionType
Link copied to clipboard
abstract class SearchSuggestionType : Parcelable
Type of the search suggestion.