fromUrl
suspend fun fromUrl(url: Resource, options: JsAny? = definedExternally): UrlTemplate3DTilesDataProvider(source)
Creates a provider from a URL template.
Parameters
url
URL template containing {z}, {x}, and {y} placeholders.
options
Provider options.
See also
suspend fun fromUrl(url: String, options: JsAny? = definedExternally): UrlTemplate3DTilesDataProvider(source)