Add @api stable annotations to olx.GeolocationOptions

This commit is contained in:
Éric Lemoine
2014-08-25 09:56:29 +02:00
parent 250b588db4
commit 759419593a

View File

@@ -76,7 +76,7 @@ olx.GeolocationOptions;
/**
* Start Tracking. Default is `false`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.GeolocationOptions.prototype.tracking;
@@ -85,7 +85,7 @@ olx.GeolocationOptions.prototype.tracking;
* Tracking options. See
* {@link http://www.w3.org/TR/geolocation-API/#position_options_interface}.
* @type {GeolocationPositionOptions|undefined}
* @api
* @api stable
*/
olx.GeolocationOptions.prototype.trackingOptions;
@@ -93,7 +93,7 @@ olx.GeolocationOptions.prototype.trackingOptions;
/**
* Projection.
* @type {ol.proj.ProjectionLike}
* @api
* @api stable
*/
olx.GeolocationOptions.prototype.projection;