AddressAutofillSuggestion

class AddressAutofillSuggestion : Parcelable

Address autofill suggestion type.

Functions

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

Properties

coordinate
Link copied to clipboard
val coordinate: Point
Address geographic point.
formattedAddress
Link copied to clipboard
val formattedAddress: String
Textual representation of the address.
name
Link copied to clipboard
val name: String
Suggestion name.