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

    Class MPSelectionBehavior

    Sets a behavior for the map when calling MapControl#selectLocation.

    Has a default behavior:

    • MoveCamera = false
    • ShowInfoWindow = false
    • AnimationDuration = 0
    • AllowFloorChange = false
    • ZoomToFit = true

    MPFilterBehavior

    Index

    Properties

    allowFloorChange: boolean
    animationDuration: number
    maxZoom?: number
    moveCamera: boolean
    showInfoWindow: boolean
    zoomToFit: boolean

    Methods

    • Creator for MPSelectionBehavior, used to decode JSON from the MapsIndoors SDK.

      Parameters

      • object: MPSelectionBehaviorParams

      Returns MPSelectionBehavior