getCurrentBuildingFloor method

Future<MPFloor?> getCurrentBuildingFloor()

Returns the current MPFloor of the current MPBuilding in focus

Implementation

Future<MPFloor?> getCurrentBuildingFloor() {
  return MapcontrolPlatform.instance.getCurrentBuildingFloor();
}