Add @api to ol.Sphere

This commit is contained in:
Éric Lemoine
2014-08-27 14:15:52 +02:00
parent 5c88d8d84e
commit 40fb661864

View File

@@ -17,6 +17,7 @@ goog.require('goog.math');
/**
* @constructor
* @param {number} radius Radius.
* @api
*/
ol.Sphere = function(radius) {