PlaceResultDetail

data class PlaceResultDetail(key: String, value: String) : Parcelable

Functions

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

Properties

key
Link copied to clipboard
val key: String
value
Link copied to clipboard
val value: String