Add stability annotation to ol.interaction.Draw
This commit is contained in:
@@ -61,6 +61,7 @@ goog.inherits(ol.DrawEvent, goog.events.Event);
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.interaction.Interaction}
|
* @extends {ol.interaction.Interaction}
|
||||||
* @param {olx.interaction.DrawOptions=} opt_options Options.
|
* @param {olx.interaction.DrawOptions=} opt_options Options.
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.interaction.Draw = function(opt_options) {
|
ol.interaction.Draw = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user