AddressDetailedInfoCompleteness

data class AddressDetailedInfoCompleteness(val street: StringCompleteness?, val postalCode: StringCompleteness?, val city: StringCompleteness?, val jurisdiction: StringCompleteness?) : Parcelable

Describes completeness information for a detailed address structure.

Constructors

Link copied to clipboard
constructor(street: StringCompleteness?, postalCode: StringCompleteness?, city: StringCompleteness?, jurisdiction: StringCompleteness?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Completeness of the city field.

Link copied to clipboard

Completeness of the jurisdiction (state/region) field.

Link copied to clipboard

Completeness of the postal code field.

Link copied to clipboard

Completeness of the street field.

Functions

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