Companion

Functions

Link copied to clipboard
suspend fun fromIonAssetId(assetId: Int, options: Cesium3DTileset.ConstructorOptions? = definedExternally): Cesium3DTileset

Creates a 3D Tiles tileset, used for streaming massive heterogeneous 3D geospatial datasets, from a Cesium ion asset ID.

Link copied to clipboard
fun fromIonAssetIdAsync(assetId: Int, options: Cesium3DTileset.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/Cesium3DTileset>
Link copied to clipboard
suspend fun fromUrl(url: Resource, options: Cesium3DTileset.ConstructorOptions? = definedExternally): Cesium3DTileset

Creates a 3D Tiles tileset, used for streaming massive heterogeneous 3D geospatial datasets.

suspend fun fromUrl(url: String, options: Cesium3DTileset.ConstructorOptions? = definedExternally): Cesium3DTileset
Link copied to clipboard
fun fromUrlAsync(url: Resource, options: Cesium3DTileset.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/Cesium3DTileset>
fun fromUrlAsync(url: String, options: Cesium3DTileset.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/Cesium3DTileset>
Link copied to clipboard
suspend fun loadJson(tilesetUrl: Resource): ERROR CLASS: Symbol not found for JsAny

Provides a hook to override the method used to request the tileset json useful when fetching tilesets from remote servers

suspend fun loadJson(tilesetUrl: String): ERROR CLASS: Symbol not found for JsAny
Link copied to clipboard
fun loadJsonAsync(tilesetUrl: Resource): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for JsAny>
fun loadJsonAsync(tilesetUrl: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for JsAny>