Address

class Address

The place address.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number that identifies an address within a street.

Link copied to clipboard

Name of the block.

Link copied to clipboard

The name of the building at the address.

Link copied to clipboard

The country component of the address.

Link copied to clipboard

The district or division of a locality associated with this address.

Link copied to clipboard

Name of the streets in the intersection.

Link copied to clipboard

Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.

Link copied to clipboard

The city or locality of the address.

Link copied to clipboard

An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.

Link copied to clipboard

The region or state results should be present in.

Link copied to clipboard

Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor.

Link copied to clipboard

The name of the street results should be present in.

Link copied to clipboard

Components of the street.

Link copied to clipboard

Name of sub-block.

Link copied to clipboard

A subdivision of a district.

Link copied to clipboard

The sub-region or county for which results should be present in.

Functions

Link copied to clipboard
inline fun copy(block: Address.Builder.() -> Unit = {}): Address
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String