public class VEAddress
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressLine()
Specifies the street line of an address.
|
java.lang.String |
getAdminDistrict()
Specifies the subdivision name within the country or region for an address.
|
java.lang.String |
getCountryRegion()
Specifies the country or region name of an address.
|
java.lang.String |
getDistrict()
Specifies the higher level administrative subdivision used in some countries or regions.
|
java.lang.String |
getFormattedAddress()
Contains the complete address.
|
java.lang.String |
getLocality()
Specifies the populated place for the address.
|
java.lang.String |
getPostalCode()
Specifies the post code, postal code, or ZIP Code of an address.
|
java.lang.String |
getPostalTown()
Specifies the postal city of an address.
|
public final java.lang.String getAddressLine()
public final java.lang.String getAdminDistrict()
public final java.lang.String getCountryRegion()
public final java.lang.String getDistrict()
public final java.lang.String getFormattedAddress()
public final java.lang.String getLocality()
public final java.lang.String getPostalCode()
public final java.lang.String getPostalTown()