ALKMaps

ALKMaps Leaflet plug-in root module.

Summary
ALKMapsALKMaps Leaflet plug-in root module.
Properties
VERSION{String} ALKMaps plug-in version
LVERSION{String} The leaflet version that the plug-in was tested with.
RestServiceURL{String} URL of PCMiler REST Services
APIKey{String} API key used to authenticate use of ALKMaps services.

Properties

VERSION

{String} ALKMaps plug-in version

Example

var alkmapsVersion = L.ALKMaps.VERSION;

LVERSION

{String} The leaflet version that the plug-in was tested with.

Example

var leafletVersionTested = L.ALKMaps.LVERSION;

RestServiceURL

{String} URL of PCMiler REST Services

APIKey

{String} API key used to authenticate use of ALKMaps services.

Example

L.ALKMaps.APIKey = "YOUR API KEY HERE";
Close