java.io.Serializablepublic class AddressComponent
extends java.lang.Object
implements java.io.Serializable
See Address Types and Address Component Types in the Google Maps Geocoding API Developer's Guide for more detail.
| Modifier and Type | Field | Description | 
|---|---|---|
java.lang.String | 
longName | 
 The full text description or name of the address component as returned by the Geocoder. 
 | 
java.lang.String | 
shortName | 
 An abbreviated textual name for the address component, if available. 
 | 
AddressComponentType[] | 
types | 
 Indicates the type of each part of the address. 
 | 
| Constructor | Description | 
|---|---|
AddressComponent() | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
toString() | 
public java.lang.String longName
public java.lang.String shortName
public AddressComponentType[] types