Add exports for interactions.

This commit is contained in:
Paul Spencer
2013-09-12 13:31:26 -04:00
parent 26b46d248b
commit d7eee91195
32 changed files with 93 additions and 18 deletions

View File

@@ -508,7 +508,10 @@ ol.Map.prototype.getFeatures = function(options) {
/**
* Gets the collection on interactions associated with this map.
* Gets the collection of {@link ol.interaction} instances
* associated with this map. Modifying this collection
* changes the interactions associated with the map.
*
* Interactions are used for e.g. pan, zoom and rotate.
* @return {ol.Collection} Interactions.
*/