flywave-mapview.elevationrangesource.getelevationrange
Home > @flywave/flywave-mapview > ElevationRangeSource > getElevationRange
ElevationRangeSource.getElevationRange() method
Compute the elevation range for a given .
Signature:
getElevationRange(tileKey: TileKey, dataSources: DataSource[]): ElevationRange;
Parameters
Parameter | Type | Description |
|---|---|---|
tileKey | TileKey | The tile for which the elevation range should be computed. |
dataSources |
Returns:
[ElevationRange](./flywave-mapview.elevationrange.md)