Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TMVF

    type TMVF = {
        annotation?: { [floorId: string]: AnnotationCollection | undefined };
        "annotation-symbols.json"?: AnnotationSymbols;
        area?: { [floorId: string]: AreaCollection | undefined };
        "category.json"?: Category[];
        "connection.json": Connections;
        enterprise?: EnterpriseCollection;
        entrance: { [floorId: string]: EntranceCollection | undefined };
        facade?: { [floorStackId: string]: Facade | undefined };
        "floor.geojson"?: FloorCollection;
        floorImages?: {
            [floorId: string]: FloorImageFeatureCollection | undefined;
        };
        "floorstack.json"?: FloorStacks;
        "location.json"?: Location[];
        "manifest.geojson": ManifestCollection;
        "map.geojson": Maps;
        "mapstack.geojson": FloorStacks;
        "mapstack.json"?: FloorStacks;
        modelInstances?: { [floorId: string]: ModelInstanceCollection
        | undefined };
        "navigationFlags.json"?: NavigationFlagDeclarations;
        "node.geojson": NodeCollection;
        obstruction: { [floorId: string]: ObstructionCollection | undefined };
        shapeInstances?: { [floorId: string]: ShapeInstanceCollection | undefined };
        "shapes.json"?: ShapeCollection;
        space: { [floorId: string]: SpaceCollection | undefined };
        "styles.json"?: TMVFStyleCollection;
        textAreas?: { [floorId: string]: TextAreaFeatureCollection | undefined };
        "tileset.json"?: TilesetCollection;
        window?: { [floorId: string]: WindowCollection | undefined };
    }
    Index

    Properties

    annotation?: { [floorId: string]: AnnotationCollection | undefined }
    "annotation-symbols.json"?: AnnotationSymbols
    area?: { [floorId: string]: AreaCollection | undefined }
    "category.json"?: Category[]
    "connection.json": Connections
    enterprise?: EnterpriseCollection
    entrance: { [floorId: string]: EntranceCollection | undefined }
    facade?: { [floorStackId: string]: Facade | undefined }
    "floor.geojson"?: FloorCollection
    floorImages?: { [floorId: string]: FloorImageFeatureCollection | undefined }
    "floorstack.json"?: FloorStacks
    "location.json"?: Location[]
    "manifest.geojson": ManifestCollection
    "map.geojson": Maps

    Use floor.geojson instead.

    "mapstack.geojson": FloorStacks

    Use floorstack.json instead.

    "mapstack.json"?: FloorStacks

    Use floorstack.json instead.

    modelInstances?: { [floorId: string]: ModelInstanceCollection | undefined }
    "navigationFlags.json"?: NavigationFlagDeclarations
    "node.geojson": NodeCollection
    obstruction: { [floorId: string]: ObstructionCollection | undefined }
    shapeInstances?: { [floorId: string]: ShapeInstanceCollection | undefined }
    "shapes.json"?: ShapeCollection
    space: { [floorId: string]: SpaceCollection | undefined }
    "styles.json"?: TMVFStyleCollection
    textAreas?: { [floorId: string]: TextAreaFeatureCollection | undefined }
    "tileset.json"?: TilesetCollection
    window?: { [floorId: string]: WindowCollection | undefined }