Taos API Reference
    Preparing search index...

    Class HttpDataSourceAbstract

    Base for HTTP-backed providers: shared JSON / binary fetch with persistent caching. Subclasses supply rootUrl, attributions, kind, and — if the provider authorizes per request rather than via a URL key — override authHeaders.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    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.

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

    attributions: Attribution[]

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

    Methods