@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Interface MPFloorParams

    Parameter interface for MPFloor.

    MPFloorParams

    interface MPFloorParams {
        aliases?: string[];
        buildingId?: string;
        entityBounds: any;
        floorIndex?: number;
        geometry: any;
        id: string;
        name: string;
    }
    Index

    Properties

    aliases?: string[]

    An array of aliases used by the floor.

    buildingId?: string

    The ID of the building this floor lies within.

    entityBounds: any
    floorIndex?: number

    The floor index of the floor.

    geometry: any

    The geometry of the floor.

    id: string

    The floor's ID.

    name: string

    The floor's name.