Taos API Reference
    Preparing search index...

    Interface GeoWorldDoc

    A GeoWorld geospatial component (see taos/geo): streamed terrain + imagery (+ optional vector buildings) anchored at a longitude/latitude floating origin. Requires the host to have imported taos/geo.

    interface GeoWorldDoc {
        type: "GeoWorld";
        longitude?: number;
        latitude?: number;
        height?: number;
        imagery?: "esri" | "osm" | "carto-light" | "carto-dark";
        terrain?: boolean;
        buildings?: boolean;
    }
    Index

    Properties

    type: "GeoWorld"
    longitude?: number
    latitude?: number
    height?: number
    imagery?: "esri" | "osm" | "carto-light" | "carto-dark"
    terrain?: boolean
    buildings?: boolean