ElevationTileSource class
Elevation tile source describes how to access elevation (raster DEM) tile data.
It can then be used to enable map elevation via map.enableElevation(elevationSource)
- Extends
Constructors
Elevation |
Methods
get |
Gets the options of the ElevationTileSource. |
Inherited Methods
get |
Gets the id of the data source |
Constructor Details
ElevationTileSource(string, ElevationTileSourceOptions)
new ElevationTileSource(id?: string, options?: ElevationTileSourceOptions)
Parameters
- id
-
string
- options
- ElevationTileSourceOptions
Method Details
getOptions()
Gets the options of the ElevationTileSource.
function getOptions(): ElevationTileSourceOptions