Taos API Reference
    Preparing search index...

    Interface GeoPointAnchor

    A point feature's stable anchor for the label / billboard feature: an ECEF position (so it survives floating-origin reanchors), plus its properties / id.

    interface GeoPointAnchor {
        ecef: Vec3d;
        properties: GeoProperties;
        id?: string | number;
    }
    Index

    Properties

    Properties

    ecef: Vec3d
    properties: GeoProperties
    id?: string | number