setFloorSelectionMode method
Set the floor selection mode
Implementation
Future<void> setFloorSelectionMode(MPSelectionMode mode) {
return MapcontrolPlatform.instance.setFloorSelectionMode(mode);
}
Set the floor selection mode
Future<void> setFloorSelectionMode(MPSelectionMode mode) {
return MapcontrolPlatform.instance.setFloorSelectionMode(mode);
}