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

    Interface MPBuildingParams

    Parameter interface for MPBuilding.

    MPBuildingParams

    interface MPBuildingParams {
        address: string;
        administrativeId: string;
        anchor: MPPointParams;
        boundingBox?: any;
        buildingInfo?: MPBuildingInfo;
        defaultFloor: number;
        externalId: string;
        floors: object;
        geometry: any;
        id: string;
        venueId: string;
    }
    Index

    Properties

    address: string

    The building's address.

    administrativeId: string

    The building's readable ID.

    The anchor point for the building.

    boundingBox?: any

    A object of two arrays representing coordinates Northeast & Southwest

    buildingInfo?: MPBuildingInfo

    A collection of information about the building.

    defaultFloor: number

    The default floor index for the building.

    externalId: string

    An ID used to map the building to a customer's ID.

    floors: object

    A map of the floors inside the building.

    geometry: any

    The geometry of the building.

    id: string

    The building's ID.

    venueId: string

    The ID of the venue this building lies within.