List default controls and interactions

This commit is contained in:
Andreas Hocevar
2014-05-15 17:04:58 +02:00
parent b2554cab41
commit 754ef24b0c
2 changed files with 16 additions and 1 deletions

View File

@@ -8,6 +8,12 @@ goog.require('ol.control.Zoom');
/**
* Set of default controls. Unless configured otherwise, this returns a
* collection containing an instance of each of the following controls:
* * {@link ol.control.Zoom}
* * {@link ol.control.Rotate}
* * {@link ol.control.Attribution}
* * {@link ol.control.Logo}
* @param {olx.control.DefaultsOptions=} opt_options Defaults options.
* @return {ol.Collection} Controls.
* @todo api