SearchResultMetadata

class SearchResultMetadata : Parcelable

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

See also

Functions

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

Properties

averageRating
Link copied to clipboard
val averageRating: Double?
Average rating, associated with the search result.
countryIso1
Link copied to clipboard
val countryIso1: String?
The country code in ISO 3166-1.
countryIso2
Link copied to clipboard
val countryIso2: String?
The country code and its country subdivision code in ISO 3166-2.
cpsJson
Link copied to clipboard
val cpsJson: String?
Raw CPS Specific Metadata for given search result, represented as a JSON string.
description
Link copied to clipboard
val description: String?
Description of given search result.
extraData
Link copied to clipboard
val extraData: Map<String, String>
Raw extra data, e.g.
openHours
Link copied to clipboard
val openHours: OpenHours?
Information about time periods, when given search result is opened or closed.
otherPhotos
Link copied to clipboard
val otherPhotos: List<ImageInfo>?
List of search result's other (non-primary) photos.
parking
Link copied to clipboard
val parking: ParkingData?
Parking information for given search result.
phone
Link copied to clipboard
val phone: String?
Phone number, associated with the search result.
primaryPhotos
Link copied to clipboard
val primaryPhotos: List<ImageInfo>?
List of search result's primary photos.
reviewCount
Link copied to clipboard
val reviewCount: Int?
Review count for associated search result.
website
Link copied to clipboard
val website: String?
Website, associated with the search result.