UrlTemplate3DTilesDataProvider
open external class UrlTemplate3DTilesDataProvider(urlTemplate: Resource, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)(source)
Base provider for URL-template vector sources that are rendered through a runtime-generated 3D Tiles tileset.
Parameters
urlTemplate
URL template containing {z}, {x}, and {y} placeholders.
options
Provider options.
See also
Inheritors
Constructors
Link copied to clipboard
constructor(urlTemplate: Resource, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)
constructor(urlTemplate: String, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)
Types
Properties
Functions
Link copied to clipboard
Subclasses must return a runtime content codec describing how to turn a downloaded tile payload into a Cesium3DTileContent. See Cesium3DTileset._runtimeContentCodec for the expected shape.