Adds a listener for events of a specified type.
Any of the supported map events
A callback function to norify the event.
2.0.0
Clean up and release all internal resources associated with this map. This includes DOM elements, event bindings, web workers, and WebGL resources. Use this method when you are done using the map and wish to ensure that it no longer consumes browser resources. Afterwards, you must not call any other methods on the map.
2.0.0
Get current configuration
active configuration settings
Get map layers
map layers
Gets the coordinates of the map bounds
MapBounds instance
Loads the map view, initialized at the given lat/lng
mapview configuration
mapview camera initial configuration
1.2.1
the unit to remove the style from. Style will revert back to default style defined in json config.
1.2.1
the new style for the building
the building to apply the style to
2.0.0
the new style for the unit
the unit to apply the style to
1.2.1
Sets the object model for the map. The object model represents the the Venue's buildings, floors and units
The parsed GeoJSON object model
2.0
Readonly
EVENTSuse the AegirMapEvents enum
Readonly
mapGenerated using TypeDoc
The aegir default implementation contains all of the functions for loading and displaying your venue map, as well as basic interactions.
Example