AddressComponents

public abstract class AddressComponents extends Object
implements Parcelable

The address components for the location of a Place.

The address is localized according to the locale specified in Places.initialize(android.content.Context, String, java.util.Locale) if set; otherwise it uses the device's locale.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

abstract List<AddressComponent>
asList()
The list of address components.
static AddressComponents
newInstance(List<AddressComponent> addressComponents)
Creates an AddressComponents.

Inherited Method Summary

Public Constructors

public AddressComponents ()

Public Methods

public abstract List<AddressComponent> asList ()

The list of address components.

public static AddressComponents newInstance (List<AddressComponent> addressComponents)

Creates an AddressComponents.

Parameters
addressComponents