Class: PostalAddress

(abstract) bemap.PostalAddress(options)

Base class for postal address.

Constructor

(abstract) new PostalAddress(options)

Parameters:
Name Type Description
options object see below the available values.
Properties
Name Type Description
countryCode String
country String
state String
county String
city String
district String
postalCode String
roadNumber String
street String
streetNumber String
Source:

Members

(protected) city :String

Type:
  • String
Source:

(protected) country :String

Type:
  • String
Source:

(protected) countryCode :String

Type:
  • String
Source:

(protected) county :String

Type:
  • String
Source:

(protected) district :String

Type:
  • String
Source:

(protected) postalCode :String

Type:
  • String
Source:

(protected) roadNumber :String

Type:
  • String
Source:

(protected) state :String

Type:
  • String
Source:

(protected) street :String

Type:
  • String
Source:

(protected) streetNumber :String

Type:
  • String
Source:

Methods

getCity() → {String}

Get city.
Source:
Returns:
city.
Type
String

getCountry() → {String}

Get Country.
Source:
Returns:
country.
Type
String

getCountryCode() → {String}

Get country code.
Source:
Returns:
countryCode.
Type
String

getCounty() → {String}

Get county.
Source:
Returns:
county.
Type
String

getDistrict() → {String}

Get district.
Source:
Returns:
district.
Type
String

getPostalCode() → {String}

Get postal code.
Source:
Returns:
postalCode.
Type
String

getRoadNumber() → {String}

Get road number
Source:
Returns:
roadNumber
Type
String

getState() → {String}

Get State.
Source:
Returns:
state.
Type
String

getStreet() → {String}

Get street.
Source:
Returns:
street.
Type
String

getStreetNumber() → {String}

Get street number
Source:
Returns:
streetNumber
Type
String