Class: MapInteractionBase

MapInteractionBase

base interaction

Constructor

new MapInteractionBase(subtype)

map interaction base
Parameters:
Name Type Description
subtype string the interaction subtype
Source:

Members

initialized

get if is initialized
Source:

map

get reference to the ol map object
Source:

Methods

(protected) _checkInit()

Check the initialization status and throw exception if not valid yet
Source:

checkInit()

Check the initialization status and throw exception if not valid yet
Source:

init(theMap) → {boolean}

base initializer, returns true for already initialized
Parameters:
Name Type Description
theMap ol.Map the ol Map
Source:
Returns:
true for already initialized
Type
boolean