Add 'function' jsdoc tag to ol.geom.Geometry#rotate
Otherwise the function is in the 'Members' section of the API documentation.
This commit is contained in:
@@ -175,6 +175,7 @@ ol.geom.Geometry.prototype.getExtent = function(opt_extent) {
|
|||||||
* @param {number} angle Rotation angle in radians.
|
* @param {number} angle Rotation angle in radians.
|
||||||
* @param {ol.Coordinate} anchor The rotation center.
|
* @param {ol.Coordinate} anchor The rotation center.
|
||||||
* @api
|
* @api
|
||||||
|
* @function
|
||||||
*/
|
*/
|
||||||
ol.geom.Geometry.prototype.rotate = goog.abstractMethod;
|
ol.geom.Geometry.prototype.rotate = goog.abstractMethod;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user