Skip to content

Commit

Permalink
Cesium externs: circle geometries options
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Feb 19, 2015
1 parent ec18250 commit 95ef5ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,8 @@ Cesium.Geometry = function() {};
/**
* @typedef {{
* center: !Cesium.Cartesian3,
* height: (number|undefined),
* extrudedHeight: (number|undefined),
* radius: number
* }}
*/
Expand All @@ -1096,6 +1098,8 @@ Cesium.CircleGeometry = function(opt_opts) {};
/**
* @typedef {{
* center: !Cesium.Cartesian3,
* height: (number|undefined),
* extrudedHeight: (number|undefined),
* radius: number
* }}
*/
Expand Down

0 comments on commit 95ef5ab

Please sign in to comment.