MVFv3 API Documentation
    Preparing search index...

    This type indicates an object's geometryAnchor property actually contains a FlaggedGeometryAnchor instead of a plain GeometryAnchor.

    FlaggedGeometryAnchor - For more information about flagged geometry anchors

    type WithFlaggedGeometryAnchor = {
        geometryAnchor: { floorId: `f_${string}`; geometryId: `g_${string}` } & {
            flags: number[];
        };
    }
    Index

    Properties

    Properties

    geometryAnchor: { floorId: `f_${string}`; geometryId: `g_${string}` } & {
        flags: number[];
    }

    A geometry anchor with navigation flags attached.

    Type declaration

    • floorId: `f_${string}`

      The floor ID of the geometry to reference.

      FloorId

    • geometryId: `g_${string}`

      The ID of the geometry to reference.

      GeometryId

    • flags: number[]