MPFilterBehavior class

Sets a behavior for the map when calling MapControl.setFilter()

Has a DEFAULT behavior

Inheritance
Annotations

Properties

allowFloorChange bool
Whether the filtering is allowed to change the floor if no results are visible on the current floor
final
animationDuration int
How long the camera movement should be animated for, set to 0 disables animation
final
hashCode int
The hash code for this object.
no setterinherited
moveCamera bool
Whether the filtering should move the camera to encompass the results
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showInfoWindow bool
Whether to open the info window if a single result is returned
final
zoomToFit bool
Whether the filtering is allowed to zoom in/out the camera
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the MPFilterBehavior to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

DEFAULT MPFilterBehavior
The default behavior for filtering:
final

Static Methods

builder() MPFilterBehaviorBuilder
Get a builder object