TMVF: {
annotation?: {
[mapId: MapId]: AnnotationCollection | undefined;
};
connection.json: Connections;
entrance: {
[mapId: MapId]: EntranceCollection | undefined;
};
manifest.geojson: ManifestCollection;
map.geojson: Maps;
mapstack.geojson: MapStacks;
mapstack.json?: MapStacks;
modelInstances?: {
[mapId: MapId]: ModelInstanceCollection | undefined;
};
node.geojson: NodeCollection;
obstruction: {
[mapId: MapId]: ObstructionCollection | undefined;
};
polygonImages?: {
[mapId: MapId]: PolygonImageCollection | undefined;
};
shapeInstances?: {
[mapId: MapId]: ShapeInstanceCollection | undefined;
};
shapes.json?: ShapeCollection;
space: {
[mapId: MapId]: SpaceCollection | undefined;
};
styles.json?: StyleCollection;
window?: {
[mapId: MapId]: WindowCollection | undefined;
};
}
Type declaration
Optional
annotation?: {
[mapId: MapId]: AnnotationCollection | undefined;
}
[mapId: MapId]: AnnotationCollection | undefined
connection.json: Connections
entrance: {
[mapId: MapId]: EntranceCollection | undefined;
}
[mapId: MapId]: EntranceCollection | undefined
manifest.geojson: ManifestCollection
map.geojson: Maps
mapstack.geojson: MapStacks
Optional
mapstack.json?: MapStacks
Optional
modelInstances?: {
[mapId: MapId]: ModelInstanceCollection | undefined;
}
[mapId: MapId]: ModelInstanceCollection | undefined
node.geojson: NodeCollection
obstruction: {
[mapId: MapId]: ObstructionCollection | undefined;
}
[mapId: MapId]: ObstructionCollection | undefined
Optional
polygonImages?: {
[mapId: MapId]: PolygonImageCollection | undefined;
}
[mapId: MapId]: PolygonImageCollection | undefined
Optional
shapeInstances?: {
[mapId: MapId]: ShapeInstanceCollection | undefined;
}
[mapId: MapId]: ShapeInstanceCollection | undefined
Optional
shapes.json?: ShapeCollection
space: {
[mapId: MapId]: SpaceCollection | undefined;
}
[mapId: MapId]: SpaceCollection | undefined
Optional
styles.json?: StyleCollection
Optional
window?: {
[mapId: MapId]: WindowCollection | undefined;
}
[mapId: MapId]: WindowCollection | undefined
Property Names