getBuildingSelectionMode method
Implementation
@override
Future<MPSelectionMode> getBuildingSelectionMode() async {
final mode = await mapControlMethodChannel
.invokeMethod("MPC_getBuildingSelectionMode");
return MPSelectionMode.values[mode];
}