Add @api stable annotations to olx.GeolocationOptions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user