WS_Location.js

Summary
WS_Location.js
Properties
Address{ALKMaps.WS_Address} Gets or sets the address information for the location.
Coords{ALKMaps.WS_Coordinates} Gets or sets the geographic coordinates for the location.
Constructor
ALKMaps.WS_LocationConstruct a new location object.
Functions
fromLocation

Properties

Address

{ALKMaps.WS_Address} Gets or sets the address information for the location.

Coords

{ALKMaps.WS_Coordinates} Gets or sets the geographic coordinates for the location.

Constructor

ALKMaps.WS_Location

Construct a new location object.

Parameters (sigle argument)

params{Object} {Address: {}, Coords: {}, Label: “”}

Functions

fromLocation

ALKMaps.WS_Location.fromLocation = function (loc,
options)

Parameters

loc{ALKMaps.Location}

Returns

{ALKMaps.WS_Location} New location object built from the passed-in object.

ALKMaps.WS_Location.fromLocation = function (loc,
options)
Instances of this class represent location.
Construct a new location object.
Close