Taos API Reference
    Preparing search index...

    Class VectorTileSource

    A vector-tile provider (Seam A). MVT bytes are fetched through HttpDataSource (so they share the persistent cache + data-source log).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    kind: DataSourceKind = '3DTILES'

    Whether this is 3D Tiles, terrain, or imagery.

    label: string

    Short human-readable provider name (e.g. 'Cesium ion', 'Google (direct)'), used by the optional dataSourceLog to say which source served a load.

    attributions: Attribution[]

    Attribution lines that must be shown while this source is rendered.

    rootUrl: string

    Absolute URL of the root tileset.json (3D Tiles) or endpoint directory (terrain). Carries any auth that propagates down the tree as a query param (e.g. an API key).

    maxZoom: number

    Deepest zoom served (refinement cap). Updated from the TileJSON maxzoom if resolved.

    minZoom: number
    buildingLayer: string

    Accessors

    • get resolved(): boolean

      Whether a usable tile template is available (always true for a direct template; true after resolve for a TileJSON source).

      Returns boolean

    Methods

    • Parameters

      • z: number
      • x: number
      • y: number

      Returns string