Add stability annotation to ol.source.GPX

This commit is contained in:
Tom Payne
2014-02-03 14:40:16 +01:00
parent 1e55c69a32
commit 1427d5284f

View File

@@ -9,6 +9,7 @@ goog.require('ol.source.VectorFile');
* @constructor
* @extends {ol.source.VectorFile}
* @param {olx.source.GPXOptions=} opt_options Options.
* @todo stability experimental
*/
ol.source.GPX = function(opt_options) {