Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ElevationTileSource class
- Package:
- azure-maps-control
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
Methods
| getOptions() | Gets the options of the ElevationTileSource. |
Inherited Methods
| getId() | 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
