Add @api stable annotations for GPX format
This commit is contained in:
+1
-1
@@ -1529,7 +1529,7 @@ olx.format.GPXOptions;
|
|||||||
* nodes from `wpt`, `rte` and `trk` can be processed, as those are
|
* nodes from `wpt`, `rte` and `trk` can be processed, as those are
|
||||||
* directly mapped to a feature.
|
* directly mapped to a feature.
|
||||||
* @type {function(ol.Feature, Node)}
|
* @type {function(ol.Feature, Node)}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.format.GPXOptions.prototype.readExtensions;
|
olx.format.GPXOptions.prototype.readExtensions;
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ goog.require('ol.xml');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.XMLFeature}
|
* @extends {ol.format.XMLFeature}
|
||||||
* @param {olx.format.GPXOptions=} opt_options Options.
|
* @param {olx.format.GPXOptions=} opt_options Options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.GPX = function(opt_options) {
|
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 {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||||
* @param {olx.format.ReadOptions=} opt_options Read options.
|
* @param {olx.format.ReadOptions=} opt_options Read options.
|
||||||
* @return {ol.Feature} Feature.
|
* @return {ol.Feature} Feature.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.prototype.readFeature;
|
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 {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||||
* @param {olx.format.ReadOptions=} opt_options Read options.
|
* @param {olx.format.ReadOptions=} opt_options Read options.
|
||||||
* @return {Array.<ol.Feature>} Features.
|
* @return {Array.<ol.Feature>} Features.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.prototype.readFeatures;
|
ol.format.GPX.prototype.readFeatures;
|
||||||
|
|
||||||
@@ -496,7 +496,7 @@ ol.format.GPX.prototype.readFeaturesFromNode = function(node, opt_options) {
|
|||||||
* @function
|
* @function
|
||||||
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
|
||||||
* @return {ol.proj.Projection} Projection.
|
* @return {ol.proj.Projection} Projection.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.prototype.readProjection;
|
ol.format.GPX.prototype.readProjection;
|
||||||
|
|
||||||
@@ -870,7 +870,7 @@ ol.format.GPX.GPX_SERIALIZERS_ = ol.xml.makeStructureNS(
|
|||||||
* @param {Array.<ol.Feature>} features Features.
|
* @param {Array.<ol.Feature>} features Features.
|
||||||
* @param {olx.format.WriteOptions=} opt_options Write options.
|
* @param {olx.format.WriteOptions=} opt_options Write options.
|
||||||
* @return {Node} Result.
|
* @return {Node} Result.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.prototype.writeFeatures;
|
ol.format.GPX.prototype.writeFeatures;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user