Package com.mapbox.search.result

Types

IndexableRecordSearchResult
Link copied to clipboard
interface IndexableRecordSearchResult : SearchResult
Resolved search object based on some IndexableRecord.
ResultAccuracy
Link copied to clipboard
abstract class ResultAccuracy : Parcelable
A point accuracy metric for the returned address feature.
RoutablePoint
Link copied to clipboard
class RoutablePoint(point: Point, name: String) : Parcelable
Represents entry to the building, associated with original search result.
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
interface 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
interface SearchSuggestion : Parcelable
Autocomplete common suggestion type.
SearchSuggestionType
Link copied to clipboard
abstract class SearchSuggestionType : Parcelable
Type of the search suggestion.
ServerSearchResult
Link copied to clipboard
interface ServerSearchResult : SearchResult
Resolved search object with populated fields and mandatory coordinates field.