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

    Interface MPPositionResultInterfaceAbstract

    Interface to deliver a position result to the MapsIndoors SDK.

    MPPositionResultInterface

    interface MPPositionResultInterface {
        accuracy?: number;
        bearing?: number;
        floorIndex?: number;
        point: MPPoint;
        positionProvider: string;
    }
    Index

    Properties

    accuracy?: number

    The accuracy of the position in meters.

    bearing?: number

    The bearing the position is pointing.

    floorIndex?: number

    The floor the position is on.

    point: MPPoint

    The position in world space.

    positionProvider: string

    What position provider delivered the position result.