Method | Description | |
---|---|---|
getAdditionalName ( ) : string | Gets the additional name. | |
getAddressLine1 ( ) : string | Gets the first line of address block. | |
getAddressLine2 ( ) : string | Gets the second line of address block. | |
getAdministrativeArea ( ) : string | Gets the administrative area. | |
getCountryCode ( ) : string | Gets the two-letter country code. | |
getDependentLocality ( ) : string | Gets the dependent locality (i.e neighbourhood). | |
getFamilyName ( ) : string | Gets the family name (i.e last name). | |
getGivenName ( ) : string | Gets the given name (i.e first name). | |
getLocale ( ) : string | Gets the locale. | |
getLocality ( ) : string | Gets the locality (i.e city). | |
getOrganization ( ) : string | Gets the organization. | |
getPostalCode ( ) : string | Gets the postal code. | |
getSortingCode ( ) : string | Gets the sorting code. |
public getAdditionalName ( ) : string | ||
return | string | The additional name. |
public getAddressLine1 ( ) : string | ||
return | string | The first line of the address block. |
public getAddressLine2 ( ) : string | ||
return | string | The second line of the address block. |
public getAdministrativeArea ( ) : string | ||
return | string | The administrative area. A subdivision code if there are predefined subdivision at this level. |
public getCountryCode ( ) : string | ||
return | string | The two-letter country code. |
public getDependentLocality ( ) : string | ||
return | string | The administrative area. A subdivision code if there are predefined subdivision at this level. |
public getFamilyName ( ) : string | ||
return | string | The family name. |
public getGivenName ( ) : string | ||
return | string | The given name. |
public getLocality ( ) : string | ||
return | string | The administrative area. A subdivision code if there are predefined subdivision at this level. |
public getOrganization ( ) : string | ||
return | string | The organization. |
public getPostalCode ( ) : string | ||
return | string | The postal code. |
public getSortingCode ( ) : string | ||
return | string | The sorting code. |