Add @api stable annotations for GPX format

This commit is contained in:
Éric Lemoine
2014-08-26 10:39:25 +02:00
parent 1f9ab58623
commit 5120248188
2 changed files with 6 additions and 6 deletions

View File

@@ -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;