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
/
MVTDataProvider
/
Companion
Companion
object
Companion
(
source
)
Members
Types
From
Url
Options
Link copied to clipboard
interface
FromUrlOptions
Functions
from
Url
Link copied to clipboard
fun
fromUrl
(
url
:
Resource
,
options
:
MVTDataProvider.Companion.FromUrlOptions
?
=
definedExternally
)
Creates an MVTDataProvider from the specified URL template and options.
fun
fromUrl
(
url
:
String
,
options
:
MVTDataProvider.Companion.FromUrlOptions
?
=
definedExternally
)