AddressComponents

public abstract class AddressComponents implements Parcelable


The address components for the location of a Place.

The address is localized according to the locale specified in initialize if set; otherwise it uses the device's locale.

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.