Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-cesium-engine
/
cesium.engine
/
TerrainData
/
upsampleAsync
upsample
Async
abstract
fun
upsampleAsync
(
tilingScheme
:
TilingScheme
,
thisX
:
Double
,
thisY
:
Double
,
thisLevel
:
Int
,
descendantX
:
Double
,
descendantY
:
Double
,
descendantLevel
:
Int
)
:
Promise
<
TerrainData
>
?
(
source
)