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

ElevationTileSource(string, ElevationTileSourceOptions)

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

Method Details

getOptions()

Gets the options of the ElevationTileSource.

function getOptions(): ElevationTileSourceOptions

Returns

Inherited Method Details

getId()

Gets the id of the data source

function getId(): string

Returns

string

Inherited From Source.getId