PlaceResult

data class PlaceResult(    val type: ResultType,     val distance: Double,     val title: String,     val subtitle: String,     val titleHighlights: List<StringRange>,     val location: GeoCoordinates,     val boundary: GeoBoundingBox,     val iso: String,     val addressComponent: Map<MapResultComponent, String>,     val entry: GeoCoordinates,     val details: List<PlaceResultDetail>,     val categoryTags: List<String>,     val placeLink: PlaceLink) : MapResult

Constructors

Link copied to clipboard
fun PlaceResult(    type: ResultType,     distance: Double,     title: String,     subtitle: String,     titleHighlights: List<StringRange>,     location: GeoCoordinates,     boundary: GeoBoundingBox,     iso: String,     addressComponent: Map<MapResultComponent, String>,     entry: GeoCoordinates,     details: List<PlaceResultDetail>,     categoryTags: List<String>,     placeLink: PlaceLink)

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
open override val addressComponent: Map<MapResultComponent, String>
Link copied to clipboard
open override val boundary: GeoBoundingBox
Link copied to clipboard
val categoryTags: List<String>
Link copied to clipboard
val details: List<PlaceResultDetail>
Link copied to clipboard
open override val distance: Double
Link copied to clipboard
val entry: GeoCoordinates
Link copied to clipboard
open override val iso: String
Link copied to clipboard
open override val location: GeoCoordinates
Link copied to clipboard
val placeLink: PlaceLink
Link copied to clipboard
open override val subtitle: String
Link copied to clipboard
open override val title: String
Link copied to clipboard
open override val titleHighlights: List<StringRange>
Link copied to clipboard
open override val type: ResultType