MPFilterBehaviorBuilder class

Builder for MPFilterBehavior

Inheritance

Constructors

MPFilterBehaviorBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() MPFilterBehavior
Build the behavior object
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAllowFloorChange(bool allow) → void
Set whether the filtering is allowed to change the floor if no results are visible on the current floor
inherited
setAnimationDuration(int duration) → void
Set the duration the camera movement should be animated for, set to 0 to disable animation
inherited
setMoveCamera(bool move) → void
Set whether the filtering should move the camera to encompass the results
inherited
setShowInfoWindow(bool show) → void
Set whether to open the info window if a single result is returned
inherited
setZoomToFit(bool doFit) → void
Set whether the filtering is allowed to zoom the camera in/out
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited