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

    Interface MPHighlightBehaviorParams

    Parameter interface for MPHighlightBehavior.

    MPHighlightBehaviorParams

    interface MPHighlightBehaviorParams {
        allowFloorChange?: boolean;
        animationDuration?: number;
        maxZoom?: number;
        moveCamera?: boolean;
        showInfoWindow?: boolean;
        zoomToFit?: boolean;
    }
    Index

    Properties

    allowFloorChange?: boolean

    Whether the highlight is allowed to change the floor if no results are visible on the current floor.

    animationDuration?: number

    How long the camera movement should be animated for, set to 0 disables animation.

    maxZoom?: number

    The maximum zoom level to zoom to when zoomToFit is enabled.

    moveCamera?: boolean

    Whether the Highlight should move the camera to encompass the results.

    showInfoWindow?: boolean

    Whether to open the info window if a single result is returned.

    zoomToFit?: boolean

    Whether the Highlight is allowed to zoom in/out the camera.