Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions

View File

@@ -19,6 +19,7 @@ goog.require('ol.interaction.Interaction');
* @extends {ol.interaction.Interaction}
* @param {olx.interaction.SelectOptions=} opt_options Options.
* @todo stability experimental
* @todo api
*/
ol.interaction.Select = function(opt_options) {
@@ -101,6 +102,7 @@ goog.inherits(ol.interaction.Select, ol.interaction.Interaction);
/**
* @return {ol.Collection} Features collection.
* @todo stability experimental
* @todo api
*/
ol.interaction.Select.prototype.getFeatures = function() {
return this.featureOverlay_.getFeatures();
@@ -171,6 +173,7 @@ ol.interaction.Select.prototype.handleMapBrowserEvent =
/**
* @inheritDoc
* @todo api
*/
ol.interaction.Select.prototype.setMap = function(map) {
var currentMap = this.getMap();