Add stability annotation to ol.interaction.Select

This commit is contained in:
Tom Payne
2014-02-03 14:43:16 +01:00
parent b43148982a
commit 33dd1371c8

View File

@@ -12,6 +12,7 @@ goog.require('ol.render.FeaturesOverlay');
* @constructor
* @extends {ol.interaction.Interaction}
* @param {olx.interaction.SelectOptions=} opt_options Options.
* @todo stability experimental
*/
ol.interaction.Select = function(opt_options) {
@@ -78,6 +79,7 @@ goog.inherits(ol.interaction.Select, ol.interaction.Interaction);
/**
* @return {ol.render.FeaturesOverlay} Features overlay.
* @todo stability experimental
*/
ol.interaction.Select.prototype.getFeaturesOverlay = function() {
return this.featuresOverlay_;