SearchResult

Resolved search object with populated fields.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

A point accuracy metric for the returned address.

Link copied to clipboard

Result address.

Link copied to clipboard

Poi categories. Always empty for non-POI search results.

Link copied to clipboard
val coordinate: Point

Result coordinates.

Link copied to clipboard

Additional description for the search result.

Link copied to clipboard

Distance in meters from result to requested origin (for forward geocoding and category search) or provided point (for reverse geocoding). For provided point always returns non-null distance.

Link copied to clipboard

Estimated time of arrival (in minutes) based on the specified in the com.mapbox.search.SearchOptions origin point and navigation profile. For com.mapbox.search.result.SearchResult this property is not null only if it was present in the corresponding com.mapbox.search.result.SearchSuggestion.

Link copied to clipboard

Map of external ids. Returned Map instance is unmodifiable.

Link copied to clipboard

Full formatted address.

Link copied to clipboard
val id: String

Result unique identifier.

Link copied to clipboard
Link copied to clipboard

Maki icon name for search result.

Link copied to clipboard

Result MapboxID

Link copied to clipboard

The feature name, as matched by the search algorithm.

Link copied to clipboard

Search result metadata containing geo place's detailed information if available.

Link copied to clipboard

Result name.

Link copied to clipboard

Search request options.

Link copied to clipboard
val routablePoints: List<RoutablePoint>?

List of points near coordinate, that represents entries to associated building.

Link copied to clipboard

Index in response from server.

Link copied to clipboard

Non-empty list of resolved SearchResult types.