Add @api stable annotations to olx.GeolocationOptions
This commit is contained in:
+3
-3
@@ -76,7 +76,7 @@ olx.GeolocationOptions;
|
|||||||
/**
|
/**
|
||||||
* Start Tracking. Default is `false`.
|
* Start Tracking. Default is `false`.
|
||||||
* @type {boolean|undefined}
|
* @type {boolean|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.GeolocationOptions.prototype.tracking;
|
olx.GeolocationOptions.prototype.tracking;
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ olx.GeolocationOptions.prototype.tracking;
|
|||||||
* Tracking options. See
|
* Tracking options. See
|
||||||
* {@link http://www.w3.org/TR/geolocation-API/#position_options_interface}.
|
* {@link http://www.w3.org/TR/geolocation-API/#position_options_interface}.
|
||||||
* @type {GeolocationPositionOptions|undefined}
|
* @type {GeolocationPositionOptions|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.GeolocationOptions.prototype.trackingOptions;
|
olx.GeolocationOptions.prototype.trackingOptions;
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ olx.GeolocationOptions.prototype.trackingOptions;
|
|||||||
/**
|
/**
|
||||||
* Projection.
|
* Projection.
|
||||||
* @type {ol.proj.ProjectionLike}
|
* @type {ol.proj.ProjectionLike}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.GeolocationOptions.prototype.projection;
|
olx.GeolocationOptions.prototype.projection;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user