MPFloorSelectorInterface class abstract
Interface used by MapsIndoors to communicate with floor selector UIs
- Implementers
Constructors
Properties
-
floors
← List<
MPFloor> ? -
Update the floors shown in the selector
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAutoFloorChangeEnabled → bool
-
Whether to allow the floor to automatically change, eg. when panning to a new building
no setter
- onFloorSelectionChangedListener ← OnFloorSelectionChangedListener
-
Set a listener that listens for when a floor is selected in the floor selector
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPositionFloor ← int
-
Invoked when user positioning changes
floorIndex
no getter
Methods
-
getWidget(
) → Widget? - A floor selector must be a Widget
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSelectedFloor(
MPFloor floor) → void - Invoked when a floor has been selected programmatically
-
setSelectedFloorByFloorIndex(
int floorIndex) → void - Invoked when a floor has been selected programmatically by index
-
show(
bool show) → void - Show/Hide the floor selector, this is called when a building comes into/out of view
-
toString(
) → String -
A string representation of this object.
inherited
-
zoomLevelChanged(
num newZoomLevel) → void - Invoked when the zoom level changes
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited