getCurrentFloorIndex method
Returns the current floor index or MPFloor.defaultGroundFloorIndex if no MPBuilding is in focus
Implementation
Future<int?> getCurrentFloorIndex() {
return MapcontrolPlatform.instance.getCurrentFloorIndex();
}
Returns the current floor index or MPFloor.defaultGroundFloorIndex if no MPBuilding is in focus
Future<int?> getCurrentFloorIndex() {
return MapcontrolPlatform.instance.getCurrentFloorIndex();
}