selectFloor method

Future<void> selectFloor(
  1. int floorIndex
)

Sets the current visible floor to the given floorIndex one

For floor names/z-index pairs check the value returned by MPBuilding.floors

Implementation

Future<void> selectFloor(int floorIndex) {
  return MapcontrolPlatform.instance.selectFloor(floorIndex);
}