Intances of this class represent address.
address = new ALKMaps.Address ({ streetAddress: "1 Kenilworth Court", city: "Cincinnati", state: "OH", zip: "45246", country: "United States" });
ALKMaps. | Intances of this class represent address. |
Properties | |
streetAddress | {String} Gets or sets the house number and/or street name. |
city | {String} Gets or sets the city. |
state | |
zip | {String} Gets or sets the zip or postal code. |
country | {String} Gets or sets the country. |
Constructor | |
ALKMaps. | Construct a new address object. |