Merge pull request #1024 from pagameba/doc-interactions

Documentation for Interactions
This commit is contained in:
Tom Payne
2013-09-18 08:05:46 -07:00
31 changed files with 93 additions and 18 deletions

View File

@@ -511,7 +511,11 @@ ol.Map.prototype.getFeatures = function(options) {
/**
* Gets the collection on interactions associated with this map.
* Gets the collection of
* {@link ol.interaction|ol.interaction.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.
*/