Add @api stable annotations for KML format

This commit is contained in:
Éric Lemoine
2014-08-26 10:42:47 +02:00
parent 5120248188
commit e0c173bd24
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1418,7 +1418,7 @@ olx.format.KMLOptions;
/**
* Extract styles from the KML. Default is `true`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.format.KMLOptions.prototype.extractStyles;
@@ -1426,7 +1426,7 @@ olx.format.KMLOptions.prototype.extractStyles;
/**
* Default style. The default default style is the same as Google Earth.
* @type {Array.<ol.style.Style>|undefined}
* @api
* @api stable
*/
olx.format.KMLOptions.prototype.defaultStyle;