OfflineSearchResultMetadata

@MapboxExperimental
class OfflineSearchResultMetadata : Parcelable

Metadata container for the offline search results.

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
val directions: List<LocalizedText>?

Human-readable directions on how to reach the location.

Link copied to clipboard
val evMetadata: EvMetadata?

Provides EV-related metadata

Link copied to clipboard

Raw extra data, e.g. the data that is not available via the remaining properties of this class.

Link copied to clipboard

List of Facility.Type values this POI directly belongs to.

Link copied to clipboard

Timestamp in RFC 3339 format when POI data were last updated (or created).

Link copied to clipboard
val openHours: OpenHours?

Information about time periods, when given search result is opened or closed. Available only for resolved com.mapbox.search.result.SearchResult.

Link copied to clipboard
val otherPhotos: List<ImageInfo>?

List of search result's other (non-primary) photos. Available only for resolved com.mapbox.search.result.SearchResult.

Link copied to clipboard

Indicates whether parking is available at the location.

Link copied to clipboard

The type of parking at the POI.

Link copied to clipboard
val primaryPhotos: List<ImageInfo>?

List of search result's primary photos. Available only for resolved com.mapbox.search.result.SearchResult.

Link copied to clipboard

Indicates the availability of street parking near the location.

Link copied to clipboard

One of IANA time zone data’s TZ-values representing the time zone of the location.

Link copied to clipboard

Website, associated with the search result. Available only for resolved com.mapbox.search.result.SearchResult.