Skip to content

Commit

Permalink
Add Cesium.loadImage function
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Nov 24, 2017
1 parent aaac894 commit fdd4f51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3581,3 +3581,10 @@ Cesium.CullingVolume.prototype.computeVisibility = function(boundingVolume) {};
* @constructor
*/
Cesium.HeadingPitchRange = function(heading, pitch, range) {};

/**
* @param {string} url
* @param {boolean=} opt_anonymous
* @return {Promise<Image>}
*/
Cesium.loadImage = function(url, opt_anonymous) {};

0 comments on commit fdd4f51

Please # to comment.