Class MMAddress

Object
   |
   +--MMAddress

class 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

areas

String areas

city

String city

country_code

String country_code

display_name

String display_name

postal_code

String postal_code

qs

String qs

region

String region

state

String state

street

String street

zip

String zip

Constructor Detail

MMAddress

MMAddress( <Object> json_address )

Method Detail

copy

MMAddress copy()

toString

String toString()


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008