Parameter interface for MPFilterBehavior.

Export

MPFilterBehaviorParams

interface MPFilterBehaviorParams {
    allowFloorChange?: boolean;
    animationDuration?: number;
    moveCamera?: boolean;
    showInfoWindow?: boolean;
    zoomToFit?: boolean;
}

Properties

allowFloorChange?: boolean

Whether the filtering 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.

moveCamera?: boolean

Whether the filtering 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 filtering is allowed to zoom in/out the camera.

Generated using TypeDoc