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

    Type Alias BuildingInfo

    Full information of a building

    type BuildingInfo = {
        building: Building;
        floors: Floor[];
        geofences: Geofence[];
        indoorPOIs: Poi[];
        outdoorPOIs: Poi[];
    }
    Index

    Properties

    building: Building

    Building basic information

    floors: Floor[]

    Array with the information of each floor

    geofences: Geofence[]

    Array with the information of each geofence

    indoorPOIs: Poi[]

    Array with the information of each indoor POI

    outdoorPOIs: Poi[]

    Array with the information of each outdoor POI