Taos API Reference
    Preparing search index...

    Class UrlTilesetSource

    A 3D-Tiles source from a plain tileset.json URL — no ion/Google auth, so it loads any public tileset (the CesiumGS/3d-tiles-samples, your own hosting, etc.). The base HttpDataSource supplies the persistent-cached JSON/binary fetch; tile URIs resolve relative to rootUrl exactly like an ion 3DTILES source.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    kind: DataSourceKind = '3DTILES'

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

    label: "URL" = 'URL'

    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).

    Methods