getCurrentBuildingFloor method
Returns the current MPFloor of the current MPBuilding in focus
Implementation
Future<MPFloor?> getCurrentBuildingFloor() {
return MapcontrolPlatform.instance.getCurrentBuildingFloor();
}
Returns the current MPFloor of the current MPBuilding in focus
Future<MPFloor?> getCurrentBuildingFloor() {
return MapcontrolPlatform.instance.getCurrentBuildingFloor();
}