ElevationTileSource class

標高タイル ソースでは、標高 (ラスター DEM) タイル データにアクセスする方法について説明します。 その後、 を使用してマップの昇格を有効にすることができます。 map.enableElevation(elevationSource)

Extends

コンストラクター

ElevationTileSource(string, ElevationTileSourceOptions)

メソッド

getOptions()

ElevationTileSource のオプションを取得します。

継承されたメソッド

getId()

データ ソースの ID を取得します

コンストラクターの詳細

ElevationTileSource(string, ElevationTileSourceOptions)

new ElevationTileSource(id?: string, options?: ElevationTileSourceOptions)

パラメーター

id

string

メソッドの詳細

getOptions()

ElevationTileSource のオプションを取得します。

function getOptions(): ElevationTileSourceOptions

戻り値

継承済みメソッドの詳細

getId()

データ ソースの ID を取得します

function getId(): string

戻り値

string

Source.getIdから継承