Annotations for exports
This commit is contained in:
@@ -1 +0,0 @@
|
||||
@exportProperty ol.Sphere.prototype.circle
|
||||
@@ -38,6 +38,7 @@ ol.Sphere = function(radius) {
|
||||
* @param {number} radius Radius.
|
||||
* @param {number=} opt_n N.
|
||||
* @return {ol.geom.Geometry} Circle geometry.
|
||||
* @todo api
|
||||
*/
|
||||
ol.Sphere.prototype.circle = function(center, radius, opt_n) {
|
||||
var n = goog.isDef(opt_n) ? opt_n : 32;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
@exportSymbol ol.sphere.WGS84
|
||||
@@ -7,5 +7,6 @@ goog.require('ol.Sphere');
|
||||
* A sphere with radius equal to the semi-major axis of the WGS84 ellipsoid.
|
||||
* @const
|
||||
* @type {ol.Sphere}
|
||||
* @todo api
|
||||
*/
|
||||
ol.sphere.WGS84 = new ol.Sphere(6378137);
|
||||
|
||||
Reference in New Issue
Block a user