Taos API Reference
    Preparing search index...

    Class GoogleTilesSource

    A GeoDataSource for Google Photorealistic 3D Tiles via the direct API.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    kind: DataSourceKind = '3DTILES'

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

    label: "Google (direct)" = 'Google (direct)'

    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