MVFv3 API Documentation
    Preparing search index...

    Variable createGeometryLookupConst

    createGeometryLookup: (
        data: MinimalAnchorData,
    ) => (
        floorId: FloorId,
        geometryId: GeometryId,
    ) => Result<GeometryFeature, IntegrityError>

    Given some input MVF data, containing geometry, creates a lookup function suitable for verifying a geometry is valid.

    Type declaration