Experimental
This feature is not final and is subject to change without Cesium's standard deprecation policy.
Extends
Members
readonly extent : Rectangle|undefined
Optional geographic extent in radians used to generate tile headers.
- Inherited From:
readonly resource : Resource
Resource derived from the URL template.
- Inherited From:
Determines if the generated tileset is shown.
- Inherited From:
readonly tileset : Cesium3DTileset|undefined
Backing 3D Tileset.
- Inherited From:
URL template containing {z}/{x}/{y}.
- Inherited From:
Methods
async static Cesium.MVTDataProvider.fromUrl(url, options) → Promise.<MVTDataProvider>
Creates an MVTDataProvider from the specified URL template and options.
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
Resource | string | URL template, containing {z}, {x}, and {y} placeholders. | ||||||||||||||||||||
options |
object |
optional
Provider options.
|
Returns:
- Inherited From:
