AddressComponents

public abstract class AddressComponents implements Parcelable


The address components for the location of a Place.

Use initialize to specify the localization of the address components; if a locale is not set, the device's locale is used instead.

Summary

Public constructors

Public methods

abstract List<AddressComponent>

The list of address components.

static AddressComponents
newInstance(List<AddressComponent> addressComponents)

Creates an AddressComponents.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

AddressComponents

public AddressComponents()

Public methods

asList

public abstract List<AddressComponentasList()

The list of address components.

newInstance

public static AddressComponents newInstance(List<AddressComponent> addressComponents)

Creates an AddressComponents.