PlaceDetail

data class PlaceDetail(key: String?, value: String?) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
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?