getHeights MethodOptional
Return a grid of elevations within the specified range. Returns undefined if elevation data is unavailable for the range. Implementations that do not support bulk grid queries may omit this method.
getHeights(range: Range2d): Promise<number[] | undefined>
| Parameter | Type | Description |
|---|---|---|
| range | Range2d |
Returns - Promise<number[] | undefined>
Defined in
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.