diff --git a/externs/olx.js b/externs/olx.js index 4c3c2d8d38..c7888f6061 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1529,7 +1529,7 @@ olx.format.GPXOptions; * nodes from `wpt`, `rte` and `trk` can be processed, as those are * directly mapped to a feature. * @type {function(ol.Feature, Node)} - * @api + * @api stable */ olx.format.GPXOptions.prototype.readExtensions; diff --git a/src/ol/format/gpxformat.js b/src/ol/format/gpxformat.js index 3fcae43c0a..23492bbccd 100644 --- a/src/ol/format/gpxformat.js +++ b/src/ol/format/gpxformat.js @@ -23,7 +23,7 @@ goog.require('ol.xml'); * @constructor * @extends {ol.format.XMLFeature} * @param {olx.format.GPXOptions=} opt_options Options. - * @api + * @api stable */ ol.format.GPX = function(opt_options) { @@ -429,7 +429,7 @@ ol.format.GPX.prototype.handleReadExtensions_ = function(features) { * @param {ArrayBuffer|Document|Node|Object|string} source Source. * @param {olx.format.ReadOptions=} opt_options Read options. * @return {ol.Feature} Feature. - * @api + * @api stable */ ol.format.GPX.prototype.readFeature; @@ -462,7 +462,7 @@ ol.format.GPX.prototype.readFeatureFromNode = function(node, opt_options) { * @param {ArrayBuffer|Document|Node|Object|string} source Source. * @param {olx.format.ReadOptions=} opt_options Read options. * @return {Array.