fromCesiumIonAsset MethodStatic

Create settings that obtain terrain from a Cesium ION asset such as one of those defined by CesiumTerrainAssetId.

fromCesiumIonAsset(assetId: string = CesiumTerrainAssetId.Default, options?: Omit<TerrainProps, "providerName" | "dataSource">): TerrainSettings

@note You must ensure your Cesium ION account has access to the specified asset.

Parameter Type Description
assetId string  
options Omit<TerrainProps, "providerName" | "dataSource">  

Returns - TerrainSettings

Defined in

Last Updated: 16 April, 2024