diff --git a/src/ol/sphere/sphere.js b/src/ol/sphere/sphere.js index bea2088fed..a3b4799efc 100644 --- a/src/ol/sphere/sphere.js +++ b/src/ol/sphere/sphere.js @@ -17,6 +17,7 @@ goog.require('goog.math'); /** * @constructor * @param {number} radius Radius. + * @api */ ol.Sphere = function(radius) {