@situm/react-native
    Preparing search index...

    Type Alias Floor

    Floor of a building.

    type Floor = {
        altitude: number;
        buildingIdentifier: string;
        floorIdentifier: string;
        level: number;
        mapUrl: string;
        name: string;
        scale: number;
    }
    Index

    Properties

    altitude: number

    Altitude of the floor above ground level, in meters

    buildingIdentifier: string

    The identifier of building which this floor belongs

    floorIdentifier: string

    The unique identifier of the resource

    level: number

    The number of the floor

    mapUrl: string

    The floor map image url

    name: string

    The name of the floor

    scale: number

    The scale of the floor image, in px/meters