selectLocation method
Implementation
@override
Future<void> selectLocation(
MPLocation? location, MPSelectionBehavior behavior) {
return mapControlMethodChannel.invokeMethod("MPC_selectLocation",
{"location": location?.id.value, "behavior": behavior._jsonEncode()});
}