|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMAddress
Defined in MultimapOpenAPI
| Field Summary | |
String |
areas
Comma-separated hierarchy of areas such as Camden, London (only usable in some countries). |
String |
city
Town, suburb or city name. |
String |
country_code
Official ISO two-letter country code. |
String |
display_name
Location's name or description. |
String |
postal_code
Postal (or ZIP) code. |
String |
qs
Comma-separated 'quick search' single-line search such as 'ec1n2ns', 'london', 'Boston, USA'. |
String |
region
Full or abbreviated name of state, province or territory. |
String |
state
Full or abbreviated name of state, province or territory. |
String |
street
Street name (including building name or number ). |
String |
zip
Postal (or ZIP) code. |
| Constructor Summary | |
MMAddress
( <Object> json_address )
An object representation of an address. |
|
| Method Summary | |
MMAddress
|
copy()
Makes a new MMAddress object containing a copy of the data within this one. |
String
|
toString()
Function to return a simple string representation of the object. |
| Field Detail |
String areas
String city
String country_code
String display_name
String postal_code
String qs
String region
String state
String street
String zip
| Constructor Detail |
MMAddress( <Object> json_address )
json_address - An object with values that you wish to be copied into this address. This does not need to be an MMAddress object so you can simply pass in a inline JSON structure such as { city : 'London', country_code : 'GB' }.
| Method Detail |
MMAddress copy()
String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||