Global

Members

(constant) pendingCallbacks

Object that will hold callbacks waiting for being executed when maps are created.
Source:
See:
  • MapBase.register()
  • MapBase.get()

(constant) TPL_HOME_BUTTON :string

HTML template string used for generating the home button that is used for centering the map at the user location or the original position.
Type:
  • string
Source:
HTML template string used for generating the search box that is used for looking for map locations.
Type:
  • string
Source:

Methods

isInputNode(node) → {boolean}

Checks if the given node is an instance of HTMLInputElement.
Parameters:
Name Type Description
node * Node to be tested
Source:
Returns:
Type
boolean

isSubsetOf(superset) → {boolean}

Checks if the given set is a subset of the specified superset.
Parameters:
Name Type Description
superset Array.<Array> Group of valid elements.
Source:
Returns:
Type
boolean