|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMAddress
Defined in MultimapAPI
| 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. |
| Constructor Detail |
MMAddress( <Object> json_address )
json_address - An object with values that you wish to be copied into this address. Does not need to be an MMAddress object so you can simply pass in a 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 | ||||||||