MPSelectionBehaviorBuilder class
Builder for MPSelectionBehavior
- Inheritance
-
- Object
- Builder<
MPSelectionBehavior> - MPSelectionBehaviorBuilder
Constructors
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(
) → MPSelectionBehavior -
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
allow
ed to change the floor if no results are visible on the current floorinherited -
setAnimationDuration(
int duration) → void -
Set the
duration
the camera movement should be animated for, set to 0 to disable animationinherited -
setMoveCamera(
bool move) → void -
Set whether the filtering should
move
the camera to encompass the resultsinherited -
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