| WS_Address.js | |
| Properties | |
| StreetAddress | {String} Gets or sets the house number and/or street name. |
| City | {String} Gets or sets the city. |
| State | {String} Gets or sets the state abbreviation. |
| Zip | {String} Gets or sets the zip or postal code. |
| Country | {String} Gets or sets the country. |
| Constructor | |
| ALKMaps. | Construct a new address object. |
| Functions | |
| fromAddress |
ALKMaps.WS_Address.fromAddress = function ( address, options )
| address | {Object} {StreetAddress: “”, City: “”, State: “”, Zip: “”, Country: “”} |
{ALKMaps.WS_Address} New address object built from the passed-in object.
ALKMaps.WS_Address.fromAddress = function ( address, options )