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

    Interface MPBoundsParams

    Parameter interface for MPBounds.

    MPBoundsParams

    interface MPBoundsParams {
        northeast: MPPoint;
        southwest: MPPoint;
    }
    Index

    Properties

    Properties

    northeast: MPPoint

    A point.

    southwest: MPPoint

    A point.