We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfdd105 + e75f249 commit 952ad67Copy full SHA for 952ad67
Source/Scene/Scene.js
@@ -4371,7 +4371,7 @@ Scene.prototype.clampToHeight = function (
4371
* @param {Cartographic[]} positions The cartographic positions to update with sampled heights.
4372
* @param {Object[]} [objectsToExclude] A list of primitives, entities, or 3D Tiles features to not sample height from.
4373
* @param {Number} [width=0.1] Width of the intersection volume in meters.
4374
- * @returns {Promise.<Number[]>} A promise that resolves to the provided list of positions when the query has completed.
+ * @returns {Promise.<Cartographic[]>} A promise that resolves to the provided list of positions when the query has completed.
4375
*
4376
* @example
4377
* var positions = [
0 commit comments