interface Space {
    icons?: Models.Assets.Image[];
    images: SpaceImage[];
    links: [string, string, {
        [key: string]: WayPointSettings;
    }?][];
    markerTours?: MarkerTour[];
    name: string;
}

Properties

icons?: Models.Assets.Image[]

Custom icon lib

images: SpaceImage[]

The 360 image

links: [string, string, {
    [key: string]: WayPointSettings;
}?][]

360 linked Micrio IDs

markerTours?: MarkerTour[]

Multi-image marker tours

name: string

The zone name