WS_Address.js

Summary
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.WS_AddressConstruct a new address object.
Functions
fromAddress

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.WS_Address

Construct a new address object.

Parameters (single argument)

params{Object} {StreetAddress: “”, City: “”, State: “”, Zip: “”, Country: “”}

Functions

fromAddress

ALKMaps.WS_Address.fromAddress = function (address,
options)

Parameters

address{Object} {StreetAddress: “”, City: “”, State: “”, Zip: “”, Country: “”}

Returns

{ALKMaps.WS_Address} New address object built from the passed-in object.

ALKMaps.WS_Address.fromAddress = function (address,
options)
Construct a new address object.
Close