Taos API Reference
    Preparing search index...

    Class IonAsset

    Resolved ion endpoint plus the per-asset token / attribution to stream it.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: string

    '3DTILES' | 'TERRAIN' | 'IMAGERY'.

    externalType: string

    Set when the asset is proxied from an external provider (e.g. Google Photorealistic 3D Tiles); the real URL + key live under options.

    rootUrl: string

    Absolute URL of the root tileset.json / layer.json / imagery endpoint.

    accessToken: string

    Per-asset bearer token for ion-hosted tile requests (empty for external).

    attributions: Attribution[]

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

    raw: Record<string, unknown>

    Extra fields ion returns for IMAGERY/TERRAIN/external assets (provider config).

    Accessors

    • get label(): string

      Provider name for the data-source log; names the external provider when ion is proxying one (e.g. Google Photorealistic).

      Returns string

    Methods