PlaceResult

data class 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) : MapResult

Functions

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

Properties

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