Export ol.interaction.Interaction#getMap function

This commit is contained in:
Frederic Junod
2015-11-23 15:35:18 +01:00
parent 1b36050621
commit 6525bda9fd

View File

@@ -72,6 +72,7 @@ ol.interaction.Interaction.prototype.getActive = function() {
/**
* Get the map associated with this interaction.
* @return {ol.Map} Map.
* @api
*/
ol.interaction.Interaction.prototype.getMap = function() {
return this.map_;