Builder<T> class
abstract
Map behavior builder
Constructors
- Builder()
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(
) → T - Build the behavior object
-
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 floor -
setAnimationDuration(
int duration) → void -
Set the
duration
the camera movement should be animated for, set to 0 to disable animation -
setMoveCamera(
bool move) → void -
Set whether the filtering should
move
the camera to encompass the results -
setShowInfoWindow(
bool show) → void - Set whether to open the info window if a single result is returned
-
setZoomToFit(
bool doFit) → void - Set whether the filtering is allowed to zoom the camera in/out
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited